Make sure the adder collator fails when something is wrong (#2450)

As futures most of the time are catching panics and we don't check this,
it could happen that we have some statement that isn't correct but the
test succeeds successfully.
This commit is contained in:
Bastian Köcher
2021-02-16 20:27:50 +01:00
committed by GitHub
parent a8d3aca13d
commit 27c7347b9b
3 changed files with 5 additions and 6 deletions
@@ -15,7 +15,6 @@ futures = "0.3.12"
futures-timer = "3.0.2"
log = "0.4.13"
structopt = "0.3.21"
assert_matches = "1.4.0"
test-parachain-adder = { path = ".." }
polkadot-primitives = { path = "../../../../primitives" }