diff --git a/crates/iota/tests/cli_tests.rs b/crates/iota/tests/cli_tests.rs index aaded6cecdb..405a0fe35a0 100644 --- a/crates/iota/tests/cli_tests.rs +++ b/crates/iota/tests/cli_tests.rs @@ -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?; @@ -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;