Skip to content

Commit

Permalink
Integration tests fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
flypaper0 committed Jan 17, 2024
1 parent 4f4e6d0 commit 360ea95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Example/IntegrationTests/Stubs/PushMessage.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ extension NotifyMessage {
body: "body",
icon: "https://images.unsplash.com/photo-1581224463294-908316338239?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=250&q=80",
url: "https://web3inbox.com",
type: type)
type: type,
sentAt: Date())
}
}

0 comments on commit 360ea95

Please sign in to comment.