summaryrefslogtreecommitdiffstats
path: root/apps/patchwork
diff options
context:
space:
mode:
Diffstat (limited to 'apps/patchwork')
-rw-r--r--apps/patchwork/tests/test_notifications.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/patchwork/tests/test_notifications.py b/apps/patchwork/tests/test_notifications.py
index df7e3f9..ed35140 100644
--- a/apps/patchwork/tests/test_notifications.py
+++ b/apps/patchwork/tests/test_notifications.py
@@ -103,7 +103,7 @@ class PatchNotificationModelTest(TestCase):
self.assertEqual(PatchChangeNotification.objects.count(), 1)
notification = PatchChangeNotification.objects.all()[0]
self.assertEqual(notification.orig_state, oldstate)
- self.assertTrue(notification.last_modified > orig_timestamp)
+ self.assertTrue(notification.last_modified >= orig_timestamp)
def testProjectNotificationsDisabled(self):
"""Ensure we don't see notifications created when a project is