1 parent 6909073 commit 2c17b3eCopy full SHA for 2c17b3e
1 file changed
src/test/java/org/msgpack/TestSet.java
@@ -42,9 +42,9 @@ public void testBooleanArray(boolean[] v) throws Exception {
42
}
43
44
public void testByte() throws Exception {
45
- testShort((byte) 0);
46
- testShort((byte) -1);
47
- testShort((byte) 1);
+ testByte((byte) 0);
+ testByte((byte) -1);
+ testByte((byte) 1);
48
testByte(Byte.MIN_VALUE);
49
testByte(Byte.MAX_VALUE);
50
byte[] bytes = new byte[1000];
0 commit comments