Skip to content

Commit

Permalink
fixed unit teat error
Browse files Browse the repository at this point in the history
  • Loading branch information
borngraced committed Sep 11, 2022
1 parent 7dc8040 commit bd55559
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion mm2src/coins/utxo/utxo_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3895,7 +3895,6 @@ fn test_for_non_existent_tx_hex_utxo_electrum() {
assert!(
actual.contains("Tx d342ff9da528a2e262bddf2b6f9a27d1beb7aeb03f0fc8d9eac2987266447e44 is not on chain anymore")
);
println!("now {}: expected {} ", now_ms() / 1000, expected_timeout);
assert!((now_ms() / 1000) < expected_timeout);
}

Expand Down
1 change: 0 additions & 1 deletion mm2src/mm2_main/src/docker_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,6 @@ mod docker_tests {
.unwrap();
assert!(actual
.contains("Tx d342ff9da528a2e262bddf2b6f9a27d1beb7aeb03f0fc8d9eac2987266447e44 is not on chain anymore"));
println!("now {}: expected {}", now_ms() / 1000, expected_timeout);
assert!((now_ms() / 1000) < expected_timeout);
}

Expand Down

0 comments on commit bd55559

Please sign in to comment.