And one more fix to flaky tests (#5467)

* imporoved intervallier version

* remove extra event

* use version 0.3.1

* fix warning
This commit is contained in:
Nikolay Volf
2020-03-31 03:15:31 -07:00
committed by GitHub
parent 439887a773
commit b4d83a4b54
4 changed files with 11 additions and 22 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ sc-transaction-graph = { version = "2.0.0-alpha.5", path = "./graph" }
sp-transaction-pool = { version = "2.0.0-alpha.5", path = "../../primitives/transaction-pool" }
sc-client-api = { version = "2.0.0-alpha.5", path = "../api" }
sp-blockchain = { version = "2.0.0-alpha.5", path = "../../primitives/blockchain" }
intervalier = "0.3"
intervalier = "0.3.1"
parity-util-mem = { version = "0.6.0", default-features = false, features = ["primitive-types"] }
[dev-dependencies]