mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 09:39:23 +00:00
rename tasks tests to match new routes
This commit is contained in:
parent
8ba486ec12
commit
9dfcad238c
2 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ import {
|
|||
translate as t,
|
||||
} from '../../../../helpers/api-integration.helper';
|
||||
|
||||
describe('POST /tasks', () => {
|
||||
describe('POST /tasks/user', () => {
|
||||
let user;
|
||||
|
||||
before(async () => {
|
||||
Loading…
Reference in a new issue