Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyandrewmeyer committed Nov 3, 2023
1 parent 22902a3 commit 8c7bad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -5330,7 +5330,7 @@ def test_required_param(self):
with self.assertRaises(RuntimeError):
self.harness.run_action("unobserved-param-tester")
with self.assertRaises(RuntimeError):
self.harness.run_action("tunobserved-param-tester", {"bar": "baz"})
self.harness.run_action("unobserved-param-tester", {"bar": "baz"})
self.harness.run_action("unobserved-param-tester", {"foo": "baz"})
self.harness.run_action("unobserved-param-tester", {"foo": "baz", "bar": "qux"})

Expand Down

0 comments on commit 8c7bad2

Please sign in to comment.