Skip to content

Commit 69d7167

Browse files
committed
Fix potentially incorrect test output
1 parent 89818f0 commit 69d7167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fields.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ describe('dataObjectToArray', () => {
145145
f: 33,
146146
};
147147
const dataArray = dataObjectToArray(dataObject, fields);
148-
expect(dataArray).toEqual(['', '33.333', '', '', 'a; b; c', '33', '', '']);
148+
expect(dataArray).toEqual(['', '33.333', '', '', 'a;b;c', '33', '', '']);
149149
});
150150
});
151151

0 commit comments

Comments
 (0)