Skip to content

Commit

Permalink
Merge pull request #402 from CosmWasm/jakub/cw1-whitelist-execute-mul…
Browse files Browse the repository at this point in the history
…titest

CW1-whitelist execute multitest
  • Loading branch information
ueco-jb authored Sep 8, 2021
2 parents a918a0f + 99a0570 commit 4252e23
Show file tree
Hide file tree
Showing 6 changed files with 237 additions and 60 deletions.
137 changes: 94 additions & 43 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions contracts/cw1-whitelist/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,8 @@ serde = { version = "1.0.103", default-features = false, features = ["derive"] }
thiserror = { version = "1.0.23" }

[dev-dependencies]
anyhow = "1"
assert_matches = "1"
cosmwasm-schema = { version = "0.16.0" }
cw-multi-test = "0.8.1"
derivative = "2"
Loading

0 comments on commit 4252e23

Please sign in to comment.