Merge pull request #68 from harochen75/patch-2

fix:the le0 method parameter is incorrect
This commit is contained in:
godotg
2023-09-01 12:50:14 +08:00
committed by GitHub
@@ -91,7 +91,7 @@ public abstract class AssertionUtils {
}
public static void le0(long x) {
le(x, 1);
le(x, 0);
}
public static void le1(long x) {