Skip to content

Commit f7e6523

Browse files
authored
Update unittests/test_duplication_loops.py
1 parent 16472c2 commit f7e6523

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

unittests/test_duplication_loops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ def test_delete_duplicate_order(self):
403403
Finding.objects.filter(id=self.finding_b.id).exists(),
404404
"The newest duplicate (Finding B) should still exist.",
405405
)
406-
# Finding A should now only have 2 duplicate in its set
406+
# Finding A should now only have 1 duplicate in its set
407407
self.finding_a.refresh_from_db()
408408
self.assertEqual(self.finding_a.duplicate_finding_set().count(), 1)
409409

0 commit comments

Comments
 (0)