Skip to content

Commit

Permalink
fix test zap in no routes
Browse files Browse the repository at this point in the history
  • Loading branch information
vuonghuuhung committed Oct 1, 2024
1 parent eb2ef6f commit 37e8ed5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Empty file.
4 changes: 2 additions & 2 deletions contracts/zapper/src/tests/zapin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -689,6 +689,6 @@ fn test_zap_in_no_routes() {
assert_eq!(all_positions.len(), 1);

// check balance of fee_receiver
// let fee_receiver_balance = balance_of!(app, token_z, charlie);
// assert_eq!(fee_receiver_balance, 100u128);
let fee_receiver_balance = balance_of!(app, token_x, charlie);
assert_eq!(fee_receiver_balance, 100u128);
}

0 comments on commit 37e8ed5

Please sign in to comment.