From b56e4f0903f52cdf7eeb5836daf3f60f22dcb0e5 Mon Sep 17 00:00:00 2001 From: SHIMODA Hiroshi Date: Mon, 13 Aug 2012 15:41:55 +0900 Subject: [PATCH] Fix expected dump --- test/batch-processor.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/batch-processor.test.js b/test/batch-processor.test.js index c81f0c9..ad4e4be 100644 --- a/test/batch-processor.test.js +++ b/test/batch-processor.test.js @@ -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); });