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 485db29 commit 0f6b757Copy full SHA for 0f6b757
test/src/e2e/basic.test.ts
@@ -30,7 +30,9 @@ describe("solo - 1 node", function() {
30
});
31
32
it("getNodeVersion", async function() {
33
- expect(await node.sdk.rpc.node.getNodeVersion()).to.equal("1.1.1");
+ expect(await node.sdk.rpc.node.getNodeVersion()).to.match(
34
+ /^[0-9]+\.[0-9]+\.[0-9]+$/
35
+ );
36
37
38
it("getCommitHash", async function() {
0 commit comments