Skip to content

Commit

Permalink
Updated test for US18 to match errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Eamon18 authored Oct 30, 2018
1 parent 31a4532 commit 2af78e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Unit_Test_Proj.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,7 @@ def test_no_marriage_to_descendents(self):

def test_no_marriage_to_siblings(self):
"""US18: Test: Makes sure no_marriage_to_siblings finds all individuals married to one of their siblings"""
list_of_known_errors = ["US18: Boyle /Sib/ cannot be married to their sibling Gorl /Sib/",
"US18: Gorl /Sib/ cannot be married to their sibling Boyle /Sib/"]
list_of_known_errors = ["US18: Gorl /Sib/ cannot be married to their sibling Boyle /Sib/"]
for error in list_of_known_errors:
self.assertIn(error, self.all_errors)

Expand Down

0 comments on commit 2af78e3

Please sign in to comment.