Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
epanchee committed Dec 9, 2024
1 parent d53d5b4 commit 46f8633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/voting_escrow/tests/voting_escrow_integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ fn test_general_queries() {
let user_vp = helper.user_vp(&user1, None).unwrap();
assert_eq!(user_vp, cw20_bal_resp.balance);

let lock_info = helper.lock_info(&user1).unwrap();
let lock_info = helper.lock_info(&user1, None).unwrap();

let users_list: Vec<(Addr, LockInfoResponse)> = helper
.app
Expand Down

0 comments on commit 46f8633

Please sign in to comment.