Compare commits

..
5 Commits
+1 -2
View File
@@ -7,7 +7,7 @@ import { ensureUpdatedConfig, getConfig } from './testing/helper';
const WATCHER_YML_PATH = path.join(__dirname, './testing/data/watcher.yml'); const WATCHER_YML_PATH = path.join(__dirname, './testing/data/watcher.yml');
jest.setTimeout(120 * 1000); jest.setTimeout(180 * 1000);
const { chainId, restEndpoint, gqlEndpoint, privateKey, fee } = getConfig(); const { chainId, restEndpoint, gqlEndpoint, privateKey, fee } = getConfig();
@@ -244,7 +244,6 @@ const namingTests = () => {
const records = await registry.lookupNames([crn], true); const records = await registry.lookupNames([crn], true);
expect(records).toBeDefined(); expect(records).toBeDefined();
expect(records).toBeDefined();
expect(records).toHaveLength(1); expect(records).toHaveLength(1);
const [{ latest }] = records; const [{ latest }] = records;