Skip to content

Commit 306b4df

Browse files
committed
style: remove redundant comment
1 parent 2e83877 commit 306b4df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/com/thealgorithms/datastructures/disjointsetunion/DisjointSetUnionTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,5 @@ public void testPathCompression() {
124124
Node<Integer> root = dsu.findSet(node3);
125125
assertEquals(root, node1);
126126
assertEquals(node1, node3.parent);
127-
//assertNotEquals(parentBefore, node3.parent);
128127
}
129128
}

0 commit comments

Comments
 (0)