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