Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor of cw1-whitelist unit tests #343

Merged
merged 10 commits into from
Jul 26, 2021
2 changes: 2 additions & 0 deletions contracts/cw1-subkeys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ crate-type = ["cdylib", "rlib"]
backtraces = ["cosmwasm-std/backtraces"]
# use library feature to disable all instantiate/execute/query exports
library = []
test-utils = []

[dependencies]
cw0 = { path = "../../packages/cw0", version = "0.7.0" }
Expand All @@ -30,3 +31,4 @@ thiserror = { version = "1.0.23" }

[dev-dependencies]
cosmwasm-schema = { version = "0.15.0" }
cw1-whitelist = { path = "../cw1-whitelist", version = "0.7.0", features = ["library", "test-utils"] }
Loading