We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04da37b commit ab83855Copy full SHA for ab83855
testing/ef-tests/src/macros/ssz_static.rs
@@ -22,7 +22,7 @@ macro_rules! test_consensus_type {
22
#[case("case_4")]
23
fn test_type(#[case] case: &str) {
24
let path = format!(
25
- "mainnet/tests/mainnet/electra/ssz_static/{}/ssz_random/{case}/",
+ "mainnet/tests/mainnet/fulu/ssz_static/{}/ssz_random/{case}/",
26
stringify!($struct_name)
27
);
28
0 commit comments