Skip to content

Commit

Permalink
update error variable
Browse files Browse the repository at this point in the history
  • Loading branch information
aguilar1x committed Nov 13, 2024
1 parent c9f9287 commit 418d4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/tests/test_fund.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ fn test_update_received_donation() {
let current_balance = dispatcher.get_current_goal_state();

assert(dispatcher.getState() == FundStates::CLOSED, 'state is not closed');
assert(currence_balance == strks, 'strks not reached');
assert(current_balance == strks, 'strks not reached');

spy
.assert_emitted(
Expand Down

0 comments on commit 418d4df

Please sign in to comment.