Skip to content

Commit 643a693

Browse files
committed
Add missing package declaration in StronglyConnectedComponentOptimizedTest
1 parent 5246f63 commit 643a693

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/com/thealgorithms/graph/StronglyConnectedComponentOptimizedTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
package com.thealgorithms.graph;
2+
13
import static org.junit.jupiter.api.Assertions.assertEquals;
24

35
import java.util.ArrayList;

0 commit comments

Comments
 (0)