Skip to content

Commit

Permalink
add hive eoa to count
Browse files Browse the repository at this point in the history
  • Loading branch information
ftupas authored Aug 25, 2023
1 parent cb37f1f commit 7f4040c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/hive-utils/src/hive/genesis.rs
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ mod tests {
let combined_genesis = fs::read_to_string("./src/test_data/combined_genesis.json").unwrap();
let loader: GenesisLoader =
serde_json::from_str(&combined_genesis).expect("Failed to read combined_genesis.json");
assert_eq!(9 + 3 + 7, loader.contracts.len()); // 9 original + 3 Kakarot contracts + 7 hive
assert_eq!(9 + 3 + 8, loader.contracts.len()); // 9 original + 3 Kakarot contracts + 8 hive

// After
fs::remove_file("./src/test_data/combined_genesis.json").unwrap();
Expand Down

0 comments on commit 7f4040c

Please sign in to comment.