Skip to content

Commit

Permalink
Clean up debug in test (#6398)
Browse files Browse the repository at this point in the history
* remote system out println

* remove typeo
  • Loading branch information
wing328 authored May 23, 2020
1 parent 8cf5938 commit ce1967a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,6 @@ public void testMultipartBoot() throws IOException {
final String multipartMixedApi = files.get("/src/main/java/org/openapitools/api/MultipartMixedApi.java");
Assert.assertTrue(multipartMixedApi.contains("MultipartFile file"));
Assert.assertTrue(multipartMixedApi.contains("@RequestPart(value = \"file\", required = true)"));
System.out.println(multipartMixedApi);
Assert.assertTrue(multipartMixedApi.contains("@Valid @RequestPart(value = \"marker\", required = false)"));
}

Expand Down

0 comments on commit ce1967a

Please sign in to comment.