style[protocol]: rename test class

This commit is contained in:
jaysunxiao
2021-12-29 19:36:27 +08:00
parent 70e51c8b00
commit 2fbb3b40b4
@@ -27,7 +27,7 @@ import java.util.Map;
* @version 3.0
*/
@Ignore
public class ProtostuffTest {
public class JProtobufTest {
private static final Map<Integer, String> mapWithInteger = new HashMap<>(Map.of(Integer.MIN_VALUE, "a", -99, "b", 0, "c", 99, "d", Integer.MAX_VALUE, "e"));