Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mikicho committed Oct 29, 2020
1 parent c7b6eba commit e40a83f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/test/pipes/validation.pipe.spec.ts
Expand Up @@ -10,7 +10,7 @@ import {
ValidateNested,
} from 'class-validator';
import { HttpStatus } from '../../enums';
import { BadRequestException, UnprocessableEntityException } from '../../exceptions';
import { UnprocessableEntityException } from '../../exceptions';
import { ArgumentMetadata } from '../../interfaces';
import { ValidationPipe } from '../../pipes/validation.pipe';
chai.use(chaiAsPromised);
Expand Down

0 comments on commit e40a83f

Please sign in to comment.