Skip to content

Commit c87cfde

Browse files
committed
๐Ÿ› fix: ํ…Œ์ŠคํŠธ ์ƒํ™ฉ ์ผ๊ด€ํ™”
1 parent 60c9194 commit c87cfde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

โ€Žserver/test/activity/dto/activity-param.dto.spec.tsโ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ describe('ReadActivityParamRequestDto Test', () => {
1010
});
1111
});
1212

13-
it('์œ ์ € ID๊ฐ€ 1๋ณด๋‹ค ํฐ ์ •์ˆ˜์ผ ๊ฒฝ์šฐ ์œ ํšจ์„ฑ ๊ฒ€์‚ฌ์— ์„ฑ๊ณตํ•œ๋‹ค.', async () => {
13+
it('์œ ์ € ID๊ฐ€ 1 ์ด์ƒ์˜ ์ •์ˆ˜์ผ ๊ฒฝ์šฐ ์œ ํšจ์„ฑ ๊ฒ€์‚ฌ์— ์„ฑ๊ณตํ•œ๋‹ค.', async () => {
1414
// when
1515
const errors = await validate(dto);
1616

0 commit comments

Comments
ย (0)