Skip to content

Commit

Permalink
test: add space
Browse files Browse the repository at this point in the history
  • Loading branch information
nataszczypiora committed Jul 3, 2024
1 parent 290734e commit e8cef36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/input.dto.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ describe('CounterDto', () => {
const payload = {};
const counterDto = plainToClass(CounterDto, payload);
const errors = await validate(counterDto);

expect(errors.length).toBe(0);
});
});
Expand Down

0 comments on commit e8cef36

Please sign in to comment.