Skip to content

Commit

Permalink
Update Unit_Test_Proj.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Eamon18 authored Oct 15, 2018
1 parent 37ab86e commit 252eb77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Unit_Test_Proj.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ def test_too_many_siblings(self):
self.assertIn(error, self.all_errors)

def test_no_marriage_to_descendents(self):
"""US16: Test: Makes sure no_marriage_to_siblings finds all individiuals married to one fof their descendants"""
list_of_known_errors = ["US16: John /Leffe/ cannot be married to their descendant Ava /Leffe/"]
"""US17: Test: Makes sure no_marriage_to_siblings finds all individiuals married to one fof their descendants"""
list_of_known_errors = ["US17: John /Leffe/ cannot be married to their descendant Ava /Leffe/"]
for error in list_of_known_errors:
self.assertIn(error, self.all_errors)

Expand Down

0 comments on commit 252eb77

Please sign in to comment.