Skip to content

Commit

Permalink
Fix expected dump
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 13, 2012
1 parent de6be26 commit b56e4f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/batch-processor.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ suite('batch/processor/Processor (instance methods)', function() {
address: 'New York, United States',
age: 10,
email_address: '',
product: ['ndr114'] }
product: ['ndr114','spd13'] }
];
assertSuccess(result, 3, 0, dump);
});
Expand Down

0 comments on commit b56e4f0

Please sign in to comment.