We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c16372 commit 52fa397Copy full SHA for 52fa397
test/src/e2e/basic.test.ts
@@ -30,7 +30,7 @@ describe("solo - 1 node", function() {
30
});
31
32
it("getNodeVersion", async function() {
33
- expect(await node.sdk.rpc.node.getNodeVersion()).to.equal("0.1.0");
+ expect(await node.sdk.rpc.node.getNodeVersion()).to.equal("1.0.0");
34
35
36
it("getCommitHash", async function() {
0 commit comments