mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-17 17:47:03 +00:00
manager: Test that MessageStored event is emitted (#318)
Signed-off-by: James Hillyerd <james@hillyerd.com> Signed-off-by: James Hillyerd <james@hillyerd.com>
This commit is contained in:
@@ -92,7 +92,6 @@ func (s *StoreManager) Deliver(
|
||||
Date: delivery.Date(),
|
||||
Size: delivery.Size(),
|
||||
}
|
||||
// TODO Add a unit test to make sure we send this.
|
||||
s.ExtHost.Events.MessageStored.Emit(&event)
|
||||
|
||||
return id, nil
|
||||
|
||||
Reference in New Issue
Block a user