Skip to content

Commit ab83855

Browse files
authored
fix: updated tests to fulu to fix the broken state tests (#1211)
fix: updated tests to fulu to fix the state problem
1 parent 04da37b commit ab83855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/ef-tests/src/macros/ssz_static.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ macro_rules! test_consensus_type {
2222
#[case("case_4")]
2323
fn test_type(#[case] case: &str) {
2424
let path = format!(
25-
"mainnet/tests/mainnet/electra/ssz_static/{}/ssz_random/{case}/",
25+
"mainnet/tests/mainnet/fulu/ssz_static/{}/ssz_random/{case}/",
2626
stringify!($struct_name)
2727
);
2828

0 commit comments

Comments
 (0)