Skip to content

Commit 373fc98

Browse files
Update exercises/practice/diamond/src/test/java/DiamondPrinterTest.java
Co-authored-by: Jagdish Prajapati <[email protected]>
1 parent a15e186 commit 373fc98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/practice/diamond/src/test/java/DiamondPrinterTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import static org.assertj.core.api.Assertions.assertThat;
22

3+
import org.junit.jupiter.api.BeforeEach;
34
import org.junit.jupiter.api.Disabled;
45
import org.junit.jupiter.api.DisplayName;
5-
import org.junit.jupiter.api.BeforeEach;
66
import org.junit.jupiter.api.Test;
77

88
public class DiamondPrinterTest {

0 commit comments

Comments
 (0)