Skip to content

Commit

Permalink
Merge pull request #26 from NOzigak/feature/test
Browse files Browse the repository at this point in the history
feat: change directory
  • Loading branch information
koreaioi authored Jul 7, 2024
2 parents d09b5b9 + 90f2d02 commit 2204556
Show file tree
Hide file tree
Showing 85 changed files with 24 additions and 16 deletions.
File renamed without changes.
9 changes: 3 additions & 6 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
package hamsung.hamsung_project;

import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;

@SpringBootTest
class HamsungProjectApplicationTests {

@Test
void contextLoads() {
}

}

0 comments on commit 2204556

Please sign in to comment.