Skip to content

Commit a2216c1

Browse files
Add import statement for JUnit test class
1 parent cd4a668 commit a2216c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/com/thealgorithms/prefixsum/RangeSumQueryTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
import static org.junit.jupiter.api.Assertions.assertEquals;
44
import static org.junit.jupiter.api.Assertions.assertThrows;
5+
56
import org.junit.jupiter.api.Test;
67

78
/**

0 commit comments

Comments
 (0)