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

test: modify Java test code #46

Merged
merged 3 commits into from
Mar 11, 2023

Conversation

hyeok7777
Copy link
Contributor

  • Fixed some variable names in file ConfigUtilsTest.java that do not conform to the Java naming convention
  • Remove unnecessary public

@taeyeon-Kim taeyeon-Kim requested review from a team and junoyoon as code owners March 8, 2023 03:23
- Fixed some variable names that do not conform to the Java naming convention
- Remove unnecessary public
Copy link
Collaborator

@junoyoon junoyoon left a comment

Choose a reason for hiding this comment

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

Thx for contribution.
One thing I noticed is that blarBlar_BlarBlar is out internal convention(undocumented yet) to describe the test condition.
Please make test method name keep this convention plz

@junoyoon
Copy link
Collaborator

@hyeok7777 please check my comment

@@ -74,7 +74,7 @@ public void setProperties() {

@Test
@DisplayName("it expands variables with braces")
public void expandVariables_with_braces() {
void expandVariablesWithBraces() {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
void expandVariablesWithBraces() {
void expandVariables_with_braces() {

@github-actions
Copy link

github-actions bot commented Mar 10, 2023

Scavenger Test Results

154 files  154 suites   38s ⏱️
254 tests 242 ✔️ 12 💤 0
256 runs  244 ✔️ 12 💤 0

Results for commit a37157e.

♻️ This comment has been updated with latest results.

@hyeok7777
Copy link
Contributor Author

@junoyoon
Forgive me for being late. I modified and committed what you said.

Copy link
Contributor

@taeyeon-Kim taeyeon-Kim left a comment

Choose a reason for hiding this comment

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

thx

@junoyoon
Copy link
Collaborator

이번 건은 외부 fork 로 부터 PR 이라.. merge commit 이 들어왔습니다.
어쩔수 없이, 이번엔 허용합니다.

@junoyoon junoyoon merged commit f92ab64 into naver:develop Mar 11, 2023
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.

4 participants