mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-08 02:40:09 +00:00
java: NilType::create() returns NilType's one and only instance
This commit is contained in:
parent
193a739749
commit
1d17836b7d
3 changed files with 8 additions and 6 deletions
|
|
@ -130,7 +130,7 @@ public class TestPackUnpack {
|
|||
ByteArrayOutputStream out = new ByteArrayOutputStream();
|
||||
new Packer(out).packNil();
|
||||
MessagePackObject obj = unpackOne(out);
|
||||
assertTrue(obj.isNull());
|
||||
assertTrue(obj.isNil());
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue