Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed May 30, 2024
1 parent eb8a756 commit b3e57d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/repository/RegistryRepository.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ describe('test/repository/RegistryRepository.test.ts', () => {
it('remove work', async () => {
await registryRepository.removeRegistry(registryModel.registryId);
const emptyRes = await registryRepository.listRegistries({});
assert.deepEqual(emptyRes.data, []);
assert.deepEqual(Array.from(emptyRes.data), []);
});
});
});

0 comments on commit b3e57d1

Please sign in to comment.