remove duplicate line in tests #20

Merged
roysc merged 1 commits from zramsay-patch-1 into main 2023-01-13 00:59:35 +00:00
Showing only changes of commit 55675c7b55 - Show all commits

View File

@ -244,7 +244,6 @@ const namingTests = () => {
const records = await registry.lookupNames([crn], true);
expect(records).toBeDefined();
expect(records).toBeDefined();
expect(records).toHaveLength(1);
const [{ latest }] = records;