Skip to content

Commit 43a982b

Browse files
committed
pytest
1 parent b9ee0dd commit 43a982b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/json_front_tests/test_json_class.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def test_generate_coefficient_tests_from_json(self):
123123
# Test that the final log message prints that failed tests are printed, which is expected behaviour for this scenario
124124
with open("temp_out.txt", "r") as reader:
125125
temp_out = reader.readlines()
126-
self.assertIn("failed", temp_out[-1])
126+
self.assertIn("FAILED", temp_out[-1])
127127

128128
def test_run_json_tests_from_json(self):
129129
example_test = {

0 commit comments

Comments
 (0)