Skip to content
Snippets Groups Projects

Use cucumber for integration tests

Merged Éloïs requested to merge elois-cucumber-tests into master
Files
2
@@ -30,8 +30,7 @@ pub async fn transfer(
let _events = create_block_with_extrinsic(
&client,
api
.tx()
api.tx()
.balances()
.transfer(to.clone().into(), amount)
.create_signed(&from, ())
Loading