Fix tests
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ethan Lane 2024-01-17 18:18:15 +00:00
parent abd483fb98
commit 55c11761be

View file

@ -105,7 +105,7 @@ describe('json', () => {
const json = JSON.parse(result.stdout);
expect(json).toBeDefined();
});
}, 5000);
});
describe('sort', () => {
@ -134,7 +134,7 @@ describe('sort', () => {
expect(result.code).toBe(1);
expect(result.stderr).toBe("error: option '--sort <sort>' argument 'invalid' is invalid. Allowed choices are hot, new, top.\n");
});
}, 5000);
});
describe('query-metadata', () => {