Skip to content

Commit

Permalink
[Tests]: Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOmarA committed Mar 7, 2024
1 parent a89d538 commit d3f9ce8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/tests/caviarnine_v1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1511,6 +1511,9 @@ fn bin_amounts_reported_on_receipt_match_whats_reported_by_caviarnine(
let mut caviarnine_reported_redemption_value = pool
.get_redemption_bin_values(
pool_units
.into_values()
.next()
.unwrap()
.non_fungible_local_ids(env)?
.first()
.unwrap()
Expand Down Expand Up @@ -1608,6 +1611,9 @@ fn bin_amounts_reported_on_receipt_match_whats_reported_by_caviarnine_with_price
let mut caviarnine_reported_redemption_value = pool
.get_redemption_bin_values(
pool_units
.into_values()
.next()
.unwrap()
.non_fungible_local_ids(env)?
.first()
.unwrap()
Expand Down Expand Up @@ -1705,6 +1711,9 @@ fn bin_amounts_reported_on_receipt_match_whats_reported_by_caviarnine_with_price
let mut caviarnine_reported_redemption_value = pool
.get_redemption_bin_values(
pool_units
.into_values()
.next()
.unwrap()
.non_fungible_local_ids(env)?
.first()
.unwrap()
Expand Down

0 comments on commit d3f9ce8

Please sign in to comment.