mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
Make phrasing of tests consistent
This commit is contained in:
parent
d21a3b80bf
commit
fa86cd6d8c
1 changed files with 2 additions and 2 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue