Skip to content

Commit

Permalink
minor changes to trigger build
Browse files Browse the repository at this point in the history
Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
  • Loading branch information
evidolob committed Mar 9, 2022
1 parent 133ee5f commit f68e240
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/schemaSelectionHandlers.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ describe('Schema Selection Handlers', () => {
expect(result).length(1);
expect(result[0]).to.be.eqls({
uri: 'https://some.com/some.json',
fromStore: false,
usedForCurrentFile: true,
name: 'Schema name',
description: 'Schema description',
fromStore: false,
usedForCurrentFile: true,
versions: undefined,
});
});
Expand Down

0 comments on commit f68e240

Please sign in to comment.