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