Skip to content

Commit

Permalink
Adjusted expected gas usage in proposal test.
Browse files Browse the repository at this point in the history
  • Loading branch information
murisi committed Jun 23, 2023
1 parent 874a02a commit 3c409c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/e2e/ledger_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2996,7 +2996,7 @@ fn proposal_submission() -> Result<()> {
];

let mut client = run!(test, Bin::Client, query_balance_args, Some(30))?;
client.exp_string("nam: 1000000")?;
client.exp_string("nam: 999500")?;
client.assert_success();

// 13. Check if governance funds are 0
Expand Down

0 comments on commit 3c409c4

Please sign in to comment.