Skip to content

Commit d6de385

Browse files
committed
Resolve assert checks for v17
1 parent 1c1bb5d commit d6de385

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

integration_test/tests/wallet.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,6 @@ fn wallet__import_multi() {
405405
// result of req2: should fail with error (wallet already contains privkey for address/script)
406406
assert!(!json.0[1].success);
407407
assert!(json.0[1].error.is_some());
408-
409408
}
410409

411410
#[test]

0 commit comments

Comments
 (0)