There was an error while loading. Please reload this page.
1 parent 7143d5c commit 8fa7315Copy full SHA for 8fa7315
src/test/java/org/msgpack/TestSetPredefinedTypes.java
@@ -72,8 +72,8 @@ public void testLong() throws Exception {
72
testLong(0);
73
testLong(-1);
74
testLong(1);
75
-testLong(Integer.MIN_VALUE);
76
-testLong(Integer.MAX_VALUE);
+testLong(Long.MIN_VALUE);
+testLong(Long.MAX_VALUE);
77
testLong(Long.MIN_VALUE);
78
testLong(Long.MAX_VALUE);
79
Random rand = new Random();
0 commit comments