Merge pull request #20 from cerc-io/zramsay-patch-1
remove duplicate line in tests
This commit is contained in:
commit
80348594f8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user