From 61f20605f58b7537e5b93deea2bddfcd11eb97e9 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Mon, 11 Aug 2014 18:38:43 -0400 Subject: [PATCH] paypro: minor - fix test messages for unit controller tests. --- test/unit/controllers/controllersSpec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/unit/controllers/controllersSpec.js b/test/unit/controllers/controllersSpec.js index 018c8e171..6945d30a9 100644 --- a/test/unit/controllers/controllersSpec.js +++ b/test/unit/controllers/controllersSpec.js @@ -229,7 +229,7 @@ describe("Unit: Controllers", function() { }); }); - it('should create a payment protocol transaction proposal', function() { + it('#create a payment protocol transaction proposal', function() { var uri = 'bitcoin:1JqniWpWNA6Yvdivg3y9izLidETnurxRQm?amount=0.00001000&r=https://localhost:8080/-/request'; sendForm.address.$setViewValue(uri); sendForm.amount.$setViewValue(1000); @@ -242,7 +242,7 @@ describe("Unit: Controllers", function() { sinon.assert.callCount(spy2, 0); }); - it('should create and send a payment protocol transaction proposal', function() { + it('#create and send a payment protocol transaction proposal', function() { var uri = 'bitcoin:1JqniWpWNA6Yvdivg3y9izLidETnurxRQm?amount=0.00001000&r=https://localhost:8080/-/request'; sendForm.address.$setViewValue(uri); sendForm.amount.$setViewValue(1000);