Skip to content

Commit 93905f7

Browse files
committed
Fix test
1 parent 6884973 commit 93905f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/io/saveTable.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ suite('saveTable', function() {
1515
files(mockP5, mockP5Prototype);
1616
table(mockP5, mockP5Prototype);
1717
tableRow(mockP5, mockP5Prototype);
18-
myTable = await mockP5Prototype.loadTable(validFile, 'csv', 'header');
18+
myTable = await mockP5Prototype.loadTable(validFile, ',', 'header');
1919
});
2020

2121
afterEach(() => {

0 commit comments

Comments
 (0)