Merge pull request #174 from CosmWasm/tendermint-version

Open up Tendermint version range in test
This commit is contained in:
Simon Warta 2020-05-20 16:04:24 +02:00 committed by GitHub
commit 906906a949
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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" },