Skip to content

Commit

Permalink
fix: add missing expect for is_v1_supported() to mock
Browse files Browse the repository at this point in the history
  • Loading branch information
ngutech21 committed Jan 18, 2024
1 parent 6e17df6 commit 56a1cdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions moksha-wallet/src/wallet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -723,6 +723,7 @@ mod tests {
client
.expect_get_keysets()
.returning(move |_| Ok(keysets.clone()));
client.expect_is_v1_supported().returning(move |_| Ok(true));
client
}

Expand Down

0 comments on commit 56a1cdc

Please sign in to comment.