update client.test to call hasFile with numeric id
Signed-off-by: Claire Peng <clairep@spotify.com>
This commit is contained in:
@@ -581,7 +581,7 @@ describe('hasFile', () => {
|
||||
});
|
||||
|
||||
it('should find catalog file by id', async () => {
|
||||
const hasFile = await client.hasFile('1', 'main', 'catalog-info.yaml');
|
||||
const hasFile = await client.hasFile(1, 'main', 'catalog-info.yaml');
|
||||
expect(hasFile).toBe(true);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user