mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix code
This commit is contained in:
@@ -17,6 +17,7 @@ import org.junit.jupiter.api.Assertions;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
public class JsonToBeanTest {
|
||||
|
||||
@Test
|
||||
void toBeanTest() {
|
||||
final String jsonStr = "{\"code\": \"201\", \"status\": \"ok\"}";
|
||||
|
Reference in New Issue
Block a user