mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-28 23:57:15 +00:00
fix: test file fix since function behaviour improved
This commit is contained in:
parent
8b213ab0d7
commit
577530e6f6
@ -70,7 +70,7 @@ describe('main function', () => {
|
||||
csvToInsert
|
||||
});
|
||||
expect(result).toBe(
|
||||
'name,email,age\nAlice,alice@mail.com,30\nBob,bob@mail.com,25'
|
||||
'email,name,age\nalice@mail.com,Alice,30\nbob@mail.com,Bob,25'
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user