fix statsComputed getter

This commit is contained in:
Matteo Pagliazzi
2016-03-13 22:39:14 +01:00
parent 8e3284a4e3
commit 70df1137a0
2 changed files with 4 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ import {
import { v4 as generateUUID } from 'uuid';
describe('DELETE /challenges/:challengeId', () => {
it.only('returns error when challengeId is not a valid UUID', async () => {
it('returns error when challengeId is not a valid UUID', async () => {
let user = await generateUser();
await expect(user.del(`/challenges/test`)).to.eventually.be.rejected.and.eql({
code: 400,