Skip to content

Commit f746c34

Browse files
authored
Update nipype/interfaces/utility/tests/test_csv.py
1 parent 5e84919 commit f746c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/utility/tests/test_csv.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def test_csvReader(tmpdir):
3030

3131
def test_csvReader_quoted(tmpdir):
3232
header = "files,labels,erosion\n"
33-
lines = ["foo,\"hello, world\",300.1\n"]
33+
lines = ['foo,"hello, world",300.1\n']
3434

3535
name = tmpdir.join("testfile.csv").strpath
3636
with open(name, "w") as fid:

0 commit comments

Comments
 (0)