Skip to content

Commit 0de0cd4

Browse files
committed
changes requested
1 parent 2ac19b5 commit 0de0cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/json/test_normalize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ def test_non_ascii_key(self):
238238
tm.assert_frame_equal(result, expected)
239239

240240
def test_missing_field(self, author_missing_data):
241-
# GH20030: Checks for robustness of json_normalize
241+
# GH20030:
242242
result = json_normalize(author_missing_data)
243243
ex_data = [
244244
{'info': np.nan,

0 commit comments

Comments
 (0)