Skip to content

Commit

Permalink
fix: typo in test name
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjoDiaz committed Apr 23, 2022
1 parent 0af4dcd commit d05c5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CLI.js
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ module.exports = (testRunner, jsonFixtures, csvFixtures) => {
t.equal(csv, csvFixtures.unwind2);
});

testRunner.add('hould unwind and blank out repeated data', async (t) => {
testRunner.add('should unwind and blank out repeated data', async (t) => {
const opts = '--fields carModel,price,extras.items.name,extras.items.color,extras.items.items.position,extras.items.items.color'
+ ' --unwind extras.items,extras.items.items --unwind-blank';

Expand Down

0 comments on commit d05c5ae

Please sign in to comment.