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
commit 80348594f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;