Skip to content

Commit

Permalink
chore: 폴더 구조 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
lcqff committed Feb 4, 2025
1 parent 92fd958 commit 893827e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/MusicPlatform/helper/cleanData.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@

@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@Sql(value = "/clean.sql", executionPhase = ExecutionPhase.BEFORE_TEST_METHOD)
@Sql(value = "/sql/clean.sql", executionPhase = ExecutionPhase.BEFORE_TEST_METHOD)
public @interface cleanData {
}

0 comments on commit 893827e

Please sign in to comment.