Skip to content

Commit 98e476e

Browse files
committed
Using same way of referencing as just above, consistency.
1 parent 119fb65 commit 98e476e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/tests/test_common.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ def test_iterator(self):
9191
expected.index = [0 for i in range(len(expected))]
9292
tm.assert_frame_equal(concat(it), expected.iloc[1:])
9393

94-
#13398
9594
def test_temporary_file(self):
95+
# GH13398
9696
from tempfile import TemporaryFile
9797
new_file = TemporaryFile("w+")
9898
new_file.write(self.data2)

0 commit comments

Comments
 (0)