Skip to content

Commit

Permalink
spell check
Browse files Browse the repository at this point in the history
  • Loading branch information
kareefardi committed Jan 15, 2024
1 parent fb3d2f7 commit d03b4d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/flows/test_sequential.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ class _Test0(Dummy):
class _Test1(Dummy):
gating_config_vars = {"Test.MetricIncrementer": ["DOESNT_MATCH_ANYTHING"]}

with pytest.raises(TypeError, match="is not a boolean"):
with pytest.raises(TypeError, match="is not a Boolean"):

class _Test2(Dummy):
gating_config_vars = {"Test.MetricIncrementer": ["BAD_GATING_VARIABLE"]}

0 comments on commit d03b4d7

Please sign in to comment.