mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-06 00:44:57 +05:30
fix: test file fix since function behaviour improved
This commit is contained in:
parent
8b213ab0d7
commit
577530e6f6
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue