fix typo in test accounts api validators
authorJosh Morel <morel.josh@hotmail.com>
Mon, 28 Jan 2019 10:45:40 +0000 (05:45 -0500)
committerChocobozzz <chocobozzz@cpy.re>
Mon, 28 Jan 2019 10:49:30 +0000 (11:49 +0100)
server/tests/api/check-params/accounts.ts

index 567fd072ca8c011bf1eb33dd9934c43d0dbda5f4..68f9519c6b328e89b6b898bef290b2966bd7992b 100644 (file)
@@ -10,7 +10,7 @@ import {
 } from '../../../../shared/utils/requests/check-api-params'
 import { getAccount } from '../../../../shared/utils/users/accounts'
 
-describe('Test users API validators', function () {
+describe('Test accounts API validators', function () {
   const path = '/api/v1/accounts/'
   let server: ServerInfo