Merge pull request #20 from cerc-io/zramsay-patch-1

remove duplicate line in tests
This commit is contained in:
Ian Norden
2023-01-12 18:59:34 -06:00
committed by GitHub
-1
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;