Skip to content

Commit 624bb1d

Browse files
committed
Fix
1 parent e37eb98 commit 624bb1d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/com/thealgorithms/datastructures/graphs/KahnsAlgorithmTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ void testGraphWithCycle() {
6767

6868
@Test
6969
void testSingleNodeGraph() {
70-
// Test case for a graph with a single node
7170
AdjacencyList<String> graph = new AdjacencyList<>();
7271
graph.addEdge("a", "a"); // self-loop
7372

0 commit comments

Comments
 (0)