Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit 02bab09

Browse files
will pankiewiczwill pankiewicz
authored andcommitted
bump version to v3.1.10
1 parent 102236a commit 02bab09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/common/test/scorekeeper/NumNominations.int.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { describe, expect, it } from "vitest";
77
describe("autoNumNominations Integration Test", () => {
88
it("queries the real API and retrieves data", async () => {
99
const handler = new ApiHandler(KusamaEndpoints);
10-
await handler.initiateConnection();
10+
await handler.setAPI();
1111
await new Promise((resolve) => setTimeout(resolve, 5000));
1212
const api = handler.getApi();
1313

0 commit comments

Comments
 (0)