Example #1
0
func (s *SQLiteNotificationBackendSuite) checkNotificationEquality(c *C, obtained, expected backend.Notification) {
	obtained.CreatedAt = 0
	obtained.UpdatedAt = 0

	c.Assert(obtained, DeepEquals, expected)
}