Test Tendermint37Client against Tendermint 0.38 backend

This commit is contained in:
Simon Warta 2023-08-16 17:49:21 +02:00
parent f3f23f8c9d
commit 3b1047aafd

View File

@ -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();