Skip to content

Commit

Permalink
fixup! test/e2e/ledger: add test-genesis --check-can-sign args
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Aug 16, 2024
1 parent 8ab3252 commit 8c97cc5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/tests/src/e2e/ledger_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2603,6 +2603,8 @@ fn test_localnet_genesis() -> Result<()> {
)?;
test_genesis_result
.exp_string("Genesis files were dry-run successfully")?;
test_genesis_result.assert_success();
test_genesis_result.exp_string("Able to sign with")?;
test_genesis_result.exp_string("Able to sign with")?;
test_genesis_result.exp_string("Able to sign with")?;
Ok(())
}

0 comments on commit 8c97cc5

Please sign in to comment.