Skip to content

Commit 60f7341

Browse files
committed
fix lint error
1 parent cab3449 commit 60f7341

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/functional/page_objects/vega_chart_page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ export function VegaChartPageProvider({
7676
}
7777

7878
return new VegaChartPage();
79-
}
79+
}

x-pack/test/functional/page_objects/gis_page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export function GisPageProvider({ getService, getPageObjects }: FtrProviderConte
2525
}
2626

2727
class GisPage {
28-
basePath;
28+
basePath: string;
2929

3030
constructor() {
3131
this.basePath = '';

0 commit comments

Comments
 (0)