Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oplantalech committed Oct 31, 2024
1 parent c2cbb82 commit a02a5ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests_validate_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -2023,7 +2023,7 @@ def test_missing_values(self):
self.logger.setLevel(logging.ERROR)
record_list = self.validate('data_structural_variants_missing_values.txt',
validateData.StructuralVariantValidator)
self.assertEqual(2, len(record_list))
self.assertEqual(3, len(record_list))
record_iterator = iter(record_list)

# Expected ERROR message due to missing Entrez gene id and/or gene symbol at site 1 and site 2
Expand Down

0 comments on commit a02a5ad

Please sign in to comment.