From 6acc29a6f5fe4d42b195ac47adb8bf6d5efbb5d2 Mon Sep 17 00:00:00 2001 From: Mark Banner Date: Mon, 16 Mar 2015 15:50:37 +0000 Subject: [PATCH] Fix unit-test bustage from bug 1143629 - update the test as well. rs=bustage-fix --- browser/components/loop/test/desktop-local/contacts_test.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/browser/components/loop/test/desktop-local/contacts_test.js b/browser/components/loop/test/desktop-local/contacts_test.js index f68bc19e90ab..87b1671456f1 100644 --- a/browser/components/loop/test/desktop-local/contacts_test.js +++ b/browser/components/loop/test/desktop-local/contacts_test.js @@ -277,7 +277,8 @@ describe("loop.contacts", function() { sinon.assert.calledWithExactly( notifications.successL10n, "import_contacts_success_message", - {total: 42}); + // Num is for the plural selection. + {num: 42, total: 42}); }); it("should notify the end user from any encountered error", function() {