Test Tendermint37Client against Tendermint 0.38 backend

This commit is contained in:
Simon Warta
2023-08-24 16:11:32 +02:00
parent f3f23f8c9d
commit 3b1047aafd
@@ -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();