Skip to content

Commit 2b306c7

Browse files
committed
Revert line
1 parent 7953bc2 commit 2b306c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/frame/methods/test_to_csv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ def test_to_csv_withcommas(self, temp_file):
734734
df2 = self.read_csv(path)
735735
tm.assert_frame_equal(df2, df)
736736

737-
def test_to_csv_mixed(self, temp_file, using_infer_string):
737+
def test_to_csv_mixed(self, temp_file):
738738
def create_cols(name):
739739
return [f"{name}{i:03d}" for i in range(5)]
740740

0 commit comments

Comments
 (0)