Skip to content
Snippets Groups Projects

tests(cucumber): add certification

Merged Hugo Trentesaux requested to merge hugo-cucumber into master
2 files
+ 4
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -33,7 +33,7 @@ pub async fn certify(
client,
api.tx()
.cert()
.add_cert(to.into())
.add_cert(to)
.create_signed(&from, ())
.await?,
)
Loading