Skip to content

Commit

Permalink
requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gianfranco99 committed Oct 26, 2024
1 parent 8c6a41f commit bfc92cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_contract.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ fn test_event_registration() {
attendee_registration_details.attendee_address == user_two_address,
'attendee_address mismatch'
);
assert(attendee_registration_details.amount_paid == 0, 'amount_paid mismatch');
assert(attendee_registration_details.has_rsvp == false, 'has_rsvp mismatch');
assert(
attendee_registration_details.nft_contract_address == user_two_address,
'nft_contract_address mismatch'
Expand Down

0 comments on commit bfc92cc

Please sign in to comment.