Skip to content

Commit 8c50d09

Browse files
committed
Fix compile error of CursorTest
1 parent 825e418 commit 8c50d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msgpack-core/src/test/scala/org/msgpack/value/CursorTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class CursorTest extends MessagePackSpec {
5757
packer packMapHeader(1) packString("f") packString("x")
5858
}
5959

60-
val cursor = mf.newUnpacker(packedData).getCursor
60+
val cursor = msgpack.newUnpacker(packedData).getCursor
6161
val mapCursor = cursor.nextRef().getMapCursor
6262
mapCursor.size() shouldBe 1
6363

0 commit comments

Comments
 (0)