mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 21:49:15 +00:00
Avoid running Tendermint37Client against 0.38 backend
This commit is contained in:
parent
3b1047aafd
commit
b7410530fd
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user