X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/72b6c853b95b1ef3da2a0beca3a31e4838a17896..89c3c647797787377f4d950b38d320ee3b28e92c:/src/store/search-bar/search-bar-actions.test.ts diff --git a/src/store/search-bar/search-bar-actions.test.ts b/src/store/search-bar/search-bar-actions.test.ts index 48dfeecfe5..d936caf528 100644 --- a/src/store/search-bar/search-bar-actions.test.ts +++ b/src/store/search-bar/search-bar-actions.test.ts @@ -91,7 +91,7 @@ describe('search-bar-actions', () => { }], saveQuery: false, queryName: '' - }) + }); }); it('should correctly build advanced data record from query #2', () => { @@ -110,7 +110,7 @@ describe('search-bar-actions', () => { }], saveQuery: false, queryName: '' - }) + }); }); }); @@ -132,6 +132,6 @@ describe('search-bar-actions', () => { queryName: '' }); expect(q).toBe('document pdf type:arvados#collection cluster:indianapolis is:trashed from:2017-08-01 has:filesize:101mb'); - }) + }); }); });