From d7660f3521d69308cfdaff4ec9c279b6ba32d8b1 Mon Sep 17 00:00:00 2001 From: yito88 Date: Wed, 22 May 2024 03:04:00 +0200 Subject: [PATCH] fix for tests --- crates/state/Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/crates/state/Cargo.toml b/crates/state/Cargo.toml index a469dd24c0..69c34303af 100644 --- a/crates/state/Cargo.toml +++ b/crates/state/Cargo.toml @@ -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",