Skip to content

Commit

Permalink
Test Tendermint37Client against Tendermint 0.38 backend
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Aug 16, 2023
1 parent 2277c86 commit 5a0740b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,7 @@ function websocketTestSuite(rpcFactory: () => RpcClient, expected: ExpectedValue
}

describe("Tendermint37Client", () => {
const { url, expected } = tendermintInstances[37];
const { url, expected } = tendermintInstances[38];

it("can connect to a given url", async () => {
pendingWithoutTendermint();
Expand Down

0 comments on commit 5a0740b

Please sign in to comment.