Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
0xChqrles committed Oct 7, 2024
1 parent 3f6b15e commit a66f801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/src/contracts/ramps/revolut/revolut_test.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -1446,7 +1446,7 @@ fn test_all_liquidity_empty() {
revolut_ramp.register(:offchain_id);

// assert all_liquidity is empty
assert_eq!(revolut_ramp.all_liquidity(liquidity_key), 0);
assert_eq!(revolut_ramp.all_liquidity(:liquidity_key), 0);
}

#[test]
Expand Down

0 comments on commit a66f801

Please sign in to comment.