From 3f02e18dc589f34a52da2fbe20c0b5a351442220 Mon Sep 17 00:00:00 2001 From: tedison <76473430+edisontim@users.noreply.github.com> Date: Wed, 6 Nov 2024 02:30:08 -0500 Subject: [PATCH] fix: add dev feature in error message to generate test vectors (#12084) --- crates/storage/db/benches/utils.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/storage/db/benches/utils.rs b/crates/storage/db/benches/utils.rs index 9700ef94b..d4ae96e00 100644 --- a/crates/storage/db/benches/utils.rs +++ b/crates/storage/db/benches/utils.rs @@ -32,7 +32,7 @@ where env!("CARGO_MANIFEST_DIR"), T::NAME )) - .expect("Test vectors not found. They can be generated from the workspace by calling `cargo run --bin reth -- test-vectors tables`."), + .expect("Test vectors not found. They can be generated from the workspace by calling `cargo run --bin reth --features dev -- test-vectors tables`."), )) .unwrap();