From fa86cd6d8c13d26bfea797b601d5e2f836a4b95f Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Sat, 30 May 2015 12:42:31 -0500 Subject: [PATCH] Make phrasing of tests consistent --- test/spec/chatServicesSpec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/spec/chatServicesSpec.js b/test/spec/chatServicesSpec.js index 32cc655c67..e65c36be68 100644 --- a/test/spec/chatServicesSpec.js +++ b/test/spec/chatServicesSpec.js @@ -17,7 +17,7 @@ describe('Chat Service', function() { }); describe('utils', function() { - it('calls chat post endpoint', function() { + it('calls post chat endpoint', function() { var payload = { gid: 'habitrpg', message: 'Chat', @@ -29,7 +29,7 @@ describe('Chat Service', function() { $httpBackend.flush(); }); - it('calls chat like endpoint', function() { + it('calls like chat endpoint', function() { var payload = { gid: 'habitrpg', messageId: 'msg-id'