Skip to content

Commit a3762da

Browse files
lvrfrc87chadell
andauthored
Update tests/test_get_value.py
Co-authored-by: Christian Adell <[email protected]>
1 parent 85c782e commit a3762da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_get_value.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
@pytest.mark.parametrize("data", [my_data])
1010
def test_jmspath_return_none(data):
11-
"""Habdle exception when JMSPath retunr None."""
11+
"""Handle exception when JMSPath retunr None."""
1212
my_jmspath = "global[*]"
1313
my_check = CheckType.init(check_type="exact_match")
1414
with pytest.raises(TypeError) as error:

0 commit comments

Comments
 (0)