rm duplicate line (typo?)

This commit is contained in:
Zach
2023-01-11 18:27:00 -05:00
committed by GitHub
parent 10d58ca028
commit 55675c7b55
-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;