Open up Tendermint version range in test

This commit is contained in:
Simon Warta 2020-05-20 11:44:00 +02:00
parent b545ae8db5
commit 4d9681e404

View File

@ -305,7 +305,7 @@ describe("RestClient", () => {
id: jasmine.stringMatching(tendermintShortHashMatcher),
listen_addr: "tcp://0.0.0.0:26656",
network: wasmd.chainId,
version: "0.33.0",
version: jasmine.stringMatching(/^0\.33\.[0-9]+$/),
channels: "4020212223303800",
moniker: wasmd.chainId,
other: { tx_index: "on", rpc_address: "tcp://0.0.0.0:26657" },