Skip to content

Commit

Permalink
fix: fixed UserNotifcationSettingsAdded typo
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNilesh committed Nov 20, 2024
1 parent 526d127 commit 310175d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_channel_settings.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ fn test_channel_channel_user_settings() {
@array![
(
contract_address,
PushComm::Event::UserNotifcationSettingsAdded(
PushComm::UserNotifcationSettingsAdded {
PushComm::Event::UserNotificationSettingsAdded(
PushComm::UserNotificationSettingsAdded {
channel: CHANNEL_ADDRESS, recipient: USER_1(), notif_id, notif_settings: modified_notif_settings
}
)
Expand Down

0 comments on commit 310175d

Please sign in to comment.