mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 23:27:26 +01:00
Make phrasing of tests consistent
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user