Skip to content
This repository was archived by the owner on Jan 26, 2023. It is now read-only.

Commit 0a53be8

Browse files
authored
Fix bad merge (#185)
1 parent 64a4dc0 commit 0a53be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/many-ledger/tests/multisig.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,5 +797,5 @@ fn approve_executed_tx() {
797797
)]),
798798
);
799799
let result = setup.multisig_approve(identity(6), &token);
800-
assert_many_err(result, errors::transaction_expired_or_withdrawn());
800+
assert_many_err(result, multisig::errors::transaction_expired_or_withdrawn());
801801
}

0 commit comments

Comments
 (0)