xmtp / example-notification-server-go

Example push notification server, written in Golang
MIT License
14 stars 9 forks source link

Add unit test #43

Closed neekolas closed 6 months ago

neekolas commented 6 months ago

Summary

I added a new unit test to verify that:

  1. Notifications are silenced when the sender's HMAC keys match the message
  2. Notifications are delivered when the sender's HMAC keys do not match the message