Skip to content

Commit 13bc8ab

Browse files
committed
Fix types
1 parent a8d01bf commit 13bc8ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plugins/vis_type_table/public/table_vis_controller.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,11 @@ describe('Table Vis - Controller', () => {
113113
(cfg: any) => cfg,
114114
'time',
115115
stubFields,
116-
coreMock.createStart()
116+
coreMock.createSetup()
117117
);
118118
});
119119
const tableVisTypeDefinition = getTableVisTypeDefinition(
120-
coreMock.createStart(),
120+
coreMock.createSetup(),
121121
coreMock.createPluginInitializerContext()
122122
);
123123

0 commit comments

Comments
 (0)