Navigation Menu

Skip to content

Commit

Permalink
Fix expected adds count
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 13, 2012
1 parent 67c79d0 commit de6be26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/batch-processor.test.js
Expand Up @@ -112,7 +112,7 @@ suite('batch/processor/Processor (instance methods)', function() {
email_address: '',
product: ['ndr114'] }
];
assertSuccess(result, 10, 0, dump);
assertSuccess(result, 3, 0, dump);
});

test('load delete-batches', function(done) {
Expand Down

0 comments on commit de6be26

Please sign in to comment.