Skip to content

Commit

Permalink
fix for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yito88 committed May 22, 2024
1 parent 6443f83 commit d7660f3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion crates/state/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ version.workspace = true
default = []

# for integration tests and test utilities
testing = ["proptest", "namada_core/testing"]
testing = [
"proptest",
"namada_core/testing",
"namada_merkle_tree/testing"
]
migrations = [
"namada_migrations",
"linkme",
Expand Down

0 comments on commit d7660f3

Please sign in to comment.