mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 05:51:02 +00:00
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:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user