Skip to content
Snippets Groups Projects
Commit f6682fcb authored by Jeffery Tian's avatar Jeffery Tian
Browse files

Fixed the expected and actual

parent c11077bf
No related branches found
No related tags found
No related merge requests found
......@@ -67,8 +67,8 @@ public class AVLTreeTests {
// System.err.println(nestd(root));
// System.err.println(trueData);
assertEquals(nestd(root), trueData);
assertEquals(nestc(root), trueCounts);
assertEquals(trueData, nestd(root));
assertEquals(trueCounts, nestc(root));
}
@SuppressWarnings("rawtypes")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment