Skip to content

Commit 2631697

Browse files
committed
updating test case docstring and changelog message
1 parent fd2aec1 commit 2631697

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

changes/144.fixed

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
If the value is a a bool, the function extract_data_from_json will attempt to iterate through the nested values
1+
If the value is a a boolean, the function extract_data_from_json will attempt to iterate through the nested values

tests/test_get_value.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def test_top_key_anchor(jmspath, expected_value):
143143

144144

145145
def test_not_iterable_value():
146-
"""Test JMSPath return value for anchoring the top key."""
146+
"""Test JMSPath return value for values that are not iterable."""
147147
data = {
148148
"isBool": True,
149149
}

0 commit comments

Comments
 (0)