Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BE] hotfix: build.gradle에 test 태스크 추가 #125

Merged
merged 1 commit into from
Jul 26, 2022

Conversation

verus-j
Copy link
Collaborator

@verus-j verus-j commented Jul 26, 2022

세부사항

build.gradle에 제거된 test 태스크 추가
Study 생성자에서 발생하는 NullPointException 수정

Copy link
Collaborator

@sc0116 sc0116 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

오류 찾느라 수고하셨슴당

Comment on lines +17 to +21
tasks.named('test') {
useJUnitPlatform()
systemProperties = System.getProperties()
}

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

굿굿!!

this.id = id;
this.details = details;
this.participants = participants;
this.period = period;
this.createdAt = LocalDateTime.now();
this.attachedTags = attachedTags;

validatePeriod(period);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this.createdAt이 null 이었겠군요!

@verus-j verus-j merged commit 5cb8283 into develop Jul 26, 2022
@verus-j verus-j deleted the hotfix/build-gradle-fix branch July 26, 2022 04:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants