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

Commit

Permalink
Fix bad merge (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmorency authored Jul 20, 2022
1 parent 64a4dc0 commit 0a53be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/many-ledger/tests/multisig.rs
Original file line number Diff line number Diff line change
Expand Up @@ -797,5 +797,5 @@ fn approve_executed_tx() {
)]),
);
let result = setup.multisig_approve(identity(6), &token);
assert_many_err(result, errors::transaction_expired_or_withdrawn());
assert_many_err(result, multisig::errors::transaction_expired_or_withdrawn());
}

0 comments on commit 0a53be8

Please sign in to comment.