Skip to content

Commit

Permalink
Merge pull request #99 from CosmWasm/cw721-nft-base-tests
Browse files Browse the repository at this point in the history
cw721-nft-base unit tests
  • Loading branch information
ethanfrey authored Sep 30, 2020
2 parents 6f46e1e + 30d3806 commit d15ed65
Show file tree
Hide file tree
Showing 2 changed files with 341 additions and 11 deletions.
2 changes: 1 addition & 1 deletion contracts/cw721-base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ library = []

[dependencies]
cosmwasm-std = { version = "0.10.1" }
cosmwasm-storage = { version = "0.10.1" }
cosmwasm-storage = { version = "0.10.1", features = ["iterator"] }
cw2 = { path = "../../packages/cw2", version = "0.2.1" }
cw721 = { path = "../../packages/cw721", version = "0.2.1" }
schemars = "0.7"
Expand Down
Loading

0 comments on commit d15ed65

Please sign in to comment.