Skip to content

Commit

Permalink
Fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
kertal committed Apr 17, 2020
1 parent a8d01bf commit 13bc8ab
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,11 @@ describe('Table Vis - Controller', () => {
(cfg: any) => cfg,
'time',
stubFields,
coreMock.createStart()
coreMock.createSetup()
);
});
const tableVisTypeDefinition = getTableVisTypeDefinition(
coreMock.createStart(),
coreMock.createSetup(),
coreMock.createPluginInitializerContext()
);

Expand Down

0 comments on commit 13bc8ab

Please sign in to comment.