Skip to content

Commit bb2fff0

Browse files
authored
Add package name (TheAlgorithms#5007)
1 parent 0c881e3 commit bb2fff0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/java/com/thealgorithms/searches/PerfectBinarySearchTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
package com.thealgorithms.searches;
2+
13
import static org.junit.jupiter.api.Assertions.*;
24

3-
import com.thealgorithms.searches.PerfectBinarySearch;
45
import org.junit.jupiter.api.Test;
56

67
/**

0 commit comments

Comments
 (0)