Skip to content

Commit cc973de

Browse files
author
alxkm
committed
checkstyle: fix import
1 parent db1f444 commit cc973de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/java/com/thealgorithms/conversions/DecimalToOctalTest.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
package com.thealgorithms.conversions;
22

3-
import static org.junit.jupiter.api.Assertions.*;
3+
import static org.junit.jupiter.api.Assertions.assertEquals;
4+
import static org.junit.jupiter.api.Assertions.assertThrows;
45

56
import org.junit.jupiter.api.Test;
67
import org.junit.jupiter.params.ParameterizedTest;

0 commit comments

Comments
 (0)