We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16472c2 commit f7e6523Copy full SHA for f7e6523
1 file changed
unittests/test_duplication_loops.py
@@ -403,7 +403,7 @@ def test_delete_duplicate_order(self):
403
Finding.objects.filter(id=self.finding_b.id).exists(),
404
"The newest duplicate (Finding B) should still exist.",
405
)
406
- # Finding A should now only have 2 duplicate in its set
+ # Finding A should now only have 1 duplicate in its set
407
self.finding_a.refresh_from_db()
408
self.assertEqual(self.finding_a.duplicate_finding_set().count(), 1)
409
0 commit comments