File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -10,16 +10,14 @@ use serde_json::Value;
1010
1111const PATH_TO_TEST_DATA_FOLDER : & str = "./tests/assets" ;
1212
13- /// TODO: Update test to Fulu
14- #[ ignore = "Update test to Fulu" ]
1513#[ tokio:: test]
1614async fn test_beacon_state_serialization ( ) -> anyhow:: Result < ( ) > {
1715 let original_json = read_json_file ( "state.json" ) ?;
1816
1917 let beacon_state: BeaconVersionedResponse < BeaconState > =
2018 serde_json:: from_value ( original_json. clone ( ) ) ?;
2119
22- assert_eq ! ( beacon_state. version, "electra " ) ;
20+ assert_eq ! ( beacon_state. version, "fulu " ) ;
2321 assert_eq ! ( beacon_state. data. latest_block_header. slot, 1 ) ;
2422 assert_eq ! (
2523 beacon_state. data. latest_block_header. parent_root,
You can’t perform that action at this time.
0 commit comments