0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Fixed typo in test case name

This commit is contained in:
Naz 2021-03-30 17:54:46 +13:00
parent 33a52d5850
commit af6b73f085
2 changed files with 2 additions and 2 deletions

View file

@ -589,7 +589,7 @@ describe('Members API', function () {
});
});
it('Fails to import memmber with invalid values', function () {
it('Fails to import member with invalid values', function () {
return request
.post(localUtils.API.getApiQuery(`members/upload/`))
.field('labels', ['new-global-label'])

View file

@ -589,7 +589,7 @@ describe('Members API', function () {
});
});
it('Fails to import memmber with invalid values', function () {
it('Fails to import member with invalid values', function () {
return request
.post(localUtils.API.getApiQuery(`members/upload/`))
.field('labels', ['new-global-label'])