Skip to content

Commit 52fa397

Browse files
author
Seulgi Kim
committed
Fix the broken test
1 parent 9c16372 commit 52fa397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/e2e/basic.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ describe("solo - 1 node", function() {
3030
});
3131

3232
it("getNodeVersion", async function() {
33-
expect(await node.sdk.rpc.node.getNodeVersion()).to.equal("0.1.0");
33+
expect(await node.sdk.rpc.node.getNodeVersion()).to.equal("1.0.0");
3434
});
3535

3636
it("getCommitHash", async function() {

0 commit comments

Comments
 (0)