Avoid running Tendermint37Client against 0.38 backend

This commit is contained in:
Simon Warta 2023-08-24 16:28:52 +02:00
parent 3b1047aafd
commit b7410530fd

View File

@ -880,7 +880,7 @@ function websocketTestSuite(rpcFactory: () => RpcClient, expected: ExpectedValue
} }
describe("Tendermint37Client", () => { describe("Tendermint37Client", () => {
const { url, expected } = tendermintInstances[38]; const { url, expected } = tendermintInstances[37];
it("can connect to a given url", async () => { it("can connect to a given url", async () => {
pendingWithoutTendermint(); pendingWithoutTendermint();