Fix up contracts pallet tests (#163)

* Revert contracts put_code test to pure code (not using the macro)

* Test contract instantiate

* Fmt
This commit is contained in:
Andrew Jones
2020-09-15 08:32:33 +01:00
committed by GitHub
parent 2829d7d7c1
commit 4ed8e37ffe
3 changed files with 116 additions and 38 deletions
+3
View File
@@ -19,6 +19,9 @@ include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE"]
[features]
client = ["substrate-subxt-client"]
# enable this feature to run tests which require a local dev chain node
integration-tests = []
[dependencies]
log = "0.4.11"
thiserror = "1.0.20"