Skip to content

Commit

Permalink
fix genesis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nonast committed Dec 4, 2024
1 parent c44b0b3 commit 232f688
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/iota/tests/cli_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ async fn test_genesis() -> Result<(), anyhow::Error> {
num_validators: DEFAULT_NUMBER_OF_AUTHORITIES,
local_migration_snapshots: vec![],
remote_migration_snapshots: vec![],
delegator: None,
}
.execute()
.await?;
Expand Down Expand Up @@ -133,6 +134,7 @@ async fn test_genesis() -> Result<(), anyhow::Error> {
num_validators: DEFAULT_NUMBER_OF_AUTHORITIES,
local_migration_snapshots: vec![],
remote_migration_snapshots: vec![],
delegator: None,
}
.execute()
.await;
Expand Down

0 comments on commit 232f688

Please sign in to comment.