Fix unit-test bustage from bug 1143629 - update the test as well. rs=bustage-fix

This commit is contained in:
Mark Banner 2015-03-16 15:50:37 +00:00
parent e4adeb8b50
commit 6acc29a6f5

View File

@ -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() {