Skip to content

Commit

Permalink
[fix] Fix failing insufficient funds test
Browse files Browse the repository at this point in the history
Signed-off-by: alexstroke <111361420+astrokov7@users.noreply.github.com>
  • Loading branch information
AlexStroke committed Feb 20, 2024
1 parent b2b4ce1 commit ac3d4c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/tests/integration/transfer_asset.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,10 @@ fn simulate_transfer_fixed() {
}

#[test]
#[ignore = "long"]
#[should_panic(expected = "insufficient funds")]
// This test is also covered at the UI level in the iroha_client_cli tests
// in test_tranfer_assets.py
#[should_panic(expected = "insufficient funds")]
fn simulate_insufficient_funds() {
simulate_transfer(
Fixed::try_from(20_f64).unwrap(),
Expand Down

0 comments on commit ac3d4c9

Please sign in to comment.