Skip to content

Commit

Permalink
Update lib/datasource/index.spec.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
  • Loading branch information
JamieMagee and viceice authored Jul 14, 2020
1 parent 3d52203 commit 0b8463e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/datasource/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ describe('datasource/index', () => {
expect(datasource.getDatasources()).toBeDefined();
expect(datasource.getDatasourceList()).toBeDefined();
});
it('validates datsource', async () => {
it('validates datasource', async () => {
function validateDatasource(
module: datasource.Datasource,
name: string
Expand Down

0 comments on commit 0b8463e

Please sign in to comment.