Add a full success route test for the multisig contract

This commit is contained in:
Luke Parker
2022-07-18 03:06:07 -04:00
parent 21e555192c
commit 895fbae2dc
3 changed files with 82 additions and 56 deletions

View File

@@ -18,6 +18,9 @@ ink_lang = { version = "3", default-features = false }
serai-extension = { path = "../extension", default-features = false }
[dev-dependencies]
lazy_static = "1"
[lib]
name = "serai_multisig"
path = "lib.rs"