We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 825e418 commit 8c50d09Copy full SHA for 8c50d09
msgpack-core/src/test/scala/org/msgpack/value/CursorTest.scala
@@ -57,7 +57,7 @@ class CursorTest extends MessagePackSpec {
57
packer packMapHeader(1) packString("f") packString("x")
58
}
59
60
- val cursor = mf.newUnpacker(packedData).getCursor
+ val cursor = msgpack.newUnpacker(packedData).getCursor
61
val mapCursor = cursor.nextRef().getMapCursor
62
mapCursor.size() shouldBe 1
63
0 commit comments