Skip to content

Commit

Permalink
[fix] delete config test and restore transfer test
Browse files Browse the repository at this point in the history
Signed-off-by: alexstroke <[email protected]>
  • Loading branch information
alexstroke authored and AlexStroke committed Feb 14, 2024
1 parent 8652709 commit 8a5af2a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 48 deletions.
46 changes: 0 additions & 46 deletions client/tests/integration/extra_functional/deprecated_config.rs

This file was deleted.

1 change: 0 additions & 1 deletion client/tests/integration/extra_functional/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
mod connected_peers;
mod deprecated_config;
mod multiple_blocks_created;
mod offline_peers;
mod restart_peer;
Expand Down
1 change: 0 additions & 1 deletion client/tests/integration/transfer_asset.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ fn simulate_transfer_fixed() {
since = "2.0.0-pre-rc.20",
note = "This test suite is deprecated and refers to test_tranfer_assets.py"
)]
#[ignore = "migrated to client cli python tests"]
#[test]
#[should_panic(expected = "insufficient funds")]
fn simulate_insufficient_funds() {
Expand Down

0 comments on commit 8a5af2a

Please sign in to comment.