Skip to content

Commit 023c8a6

Browse files
committed
fixed typo of test class name: TestUnpackerInterator to TestUnpackerIterator
1 parent 76a80c3 commit 023c8a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/msgpack/unpacker/TestUnpackerInterator.java renamed to src/test/java/org/msgpack/unpacker/TestUnpackerIterator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import org.msgpack.MessagePack;
1010
import org.msgpack.packer.Packer;
1111

12-
public class TestUnpackerInterator {
12+
public class TestUnpackerIterator {
1313

1414
@Test
1515
public void testSample() throws Exception {

0 commit comments

Comments
 (0)