Skip to content

Commit

Permalink
test.compliance_tool: re-enable disabled assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
jkhsjdhjs authored and s-heppner committed May 15, 2023
1 parent 3c43c5a commit b181e1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def test_aasx_example(self) -> None:
self.assertEqual(0, output.returncode)
self.assertIn('SUCCESS: Open file', str(output.stdout))
self.assertIn('SUCCESS: Read file', str(output.stdout))
# self.assertIn('SUCCESS: Check if data is equal to example data', str(output.stdout))
self.assertIn('SUCCESS: Check if data is equal to example data', str(output.stdout))

def test_aasx_file(self) -> None:
test_file_path = os.path.join(os.path.dirname(__file__), 'files')
Expand Down

0 comments on commit b181e1c

Please sign in to comment.