Skip to content

Commit

Permalink
removed debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
Nargis Sultani committed Sep 28, 2023
1 parent 910a6df commit 9a48b54
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/tests/test_sample_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,11 @@ def test_run_validation_on_bad_data_invalid_lei(self):
lei = "000TESTFIUIDDONOTUS1"
validation_result = validate_phases(self.bad_file_df, lei)

print(validation_result)
assert len(validation_result) >= 1
assert validation_result[0] != self.valid_response

def test_run_validation_on_bad_data_valid_lei(self):
lei = "000TESTFIUIDDONOTUSE"

validation_result = validate_phases(self.bad_file_df, lei)

assert len(validation_result) >= 1
Expand Down

0 comments on commit 9a48b54

Please sign in to comment.