Skip to content

Commit 7392844

Browse files
Update exercises/practice/bottle-song/src/test/java/BottleSongTest.java
Co-authored-by: Jagdish Prajapati <[email protected]>
1 parent db019d1 commit 7392844

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/practice/bottle-song/src/test/java/BottleSongTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import org.junit.jupiter.api.Test;
1+
import org.junit.jupiter.api.BeforeEach;
22
import org.junit.jupiter.api.Disabled;
33
import org.junit.jupiter.api.DisplayName;
4-
import org.junit.jupiter.api.BeforeEach;
4+
import org.junit.jupiter.api.Test;
55

66
import static org.assertj.core.api.Assertions.assertThat;
77

0 commit comments

Comments
 (0)