We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9ee0dd commit 43a982bCopy full SHA for 43a982b
tests/json_front_tests/test_json_class.py
@@ -123,7 +123,7 @@ def test_generate_coefficient_tests_from_json(self):
123
# Test that the final log message prints that failed tests are printed, which is expected behaviour for this scenario
124
with open("temp_out.txt", "r") as reader:
125
temp_out = reader.readlines()
126
- self.assertIn("failed", temp_out[-1])
+ self.assertIn("FAILED", temp_out[-1])
127
128
def test_run_json_tests_from_json(self):
129
example_test = {
0 commit comments