Skip to content

Commit

Permalink
fix client unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
crossoverJie committed Aug 30, 2024
1 parent bb9532e commit 3f1ccf0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public void sort() {
if (o1.key > o2.key) {
return 1;
} else {
return -1;
return 0;
}
});
}
Expand Down

0 comments on commit 3f1ccf0

Please sign in to comment.