Make phrasing of tests consistent

This commit is contained in:
Blade Barringer
2015-05-30 12:42:31 -05:00
parent d21a3b80bf
commit fa86cd6d8c

View File

@@ -17,7 +17,7 @@ describe('Chat Service', function() {
}); });
describe('utils', function() { describe('utils', function() {
it('calls chat post endpoint', function() { it('calls post chat endpoint', function() {
var payload = { var payload = {
gid: 'habitrpg', gid: 'habitrpg',
message: 'Chat', message: 'Chat',
@@ -29,7 +29,7 @@ describe('Chat Service', function() {
$httpBackend.flush(); $httpBackend.flush();
}); });
it('calls chat like endpoint', function() { it('calls like chat endpoint', function() {
var payload = { var payload = {
gid: 'habitrpg', gid: 'habitrpg',
messageId: 'msg-id' messageId: 'msg-id'