Skip to content

Commit

Permalink
Merge pull request #27998 from GiudGiud/PR_misc5
Browse files Browse the repository at this point in the history
Fix typo in tests
  • Loading branch information
GiudGiud authored Jun 26, 2024
2 parents 0d78d21 + 835781c commit 62dc981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests/outputs/format/test_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def check_basic_json(self, data):

f = data["Functions"]["star"]
self.assertIn("associated_types", f)
self.assertEquals(["FunctionName"], f["associated_types"])
self.assertEqual(["FunctionName"], f["associated_types"])
self.assertEqual(f["subblock_types"]["ParsedFunction"]["class"], "MooseParsedFunction")
self.assertEqual(f["subblock_types"]["ParsedFunction"]["label"], "MooseApp")

Expand Down

0 comments on commit 62dc981

Please sign in to comment.