diff --git a/.idea/workspace.xml b/.idea/workspace.xml index e613250..c1e82a5 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -68,7 +68,7 @@ - + @@ -182,86 +182,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -1441,7 +1362,7 @@ - diff --git a/spring-boot-starter-fastjson/src/test/java/com/ruijc/fastjson/FastjsonTest.java b/spring-boot-starter-fastjson/src/test/java/com/ruijc/fastjson/FastjsonTest.java index 767011e..fbc459c 100644 --- a/spring-boot-starter-fastjson/src/test/java/com/ruijc/fastjson/FastjsonTest.java +++ b/spring-boot-starter-fastjson/src/test/java/com/ruijc/fastjson/FastjsonTest.java @@ -42,7 +42,7 @@ public void testJsonp() throws Exception { public void testRest() throws Exception { mvc.perform(get("/test/rest")) .andExpect(status().isOk()) - .andExpect(content().string(equalTo("{\"id\":1,\"key\":User-1}"))); + .andExpect(content().string(equalTo("{\"id\":1,\"key\":\"User-1\"}"))); } @Test