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
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;