mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-24 19:27:57 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user