Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e828053

Browse files
committed
As usual the commit to uncomment the println in the test
1 parent b184d95 commit e828053

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

swagger-contract-tests/src/test/groovy/springfox/test/contract/swaggertests/SwaggerV1_2Spec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class SwaggerV1_2Spec extends SwaggerAppSpec implements FileAccess {
8585
response.status == 200
8686
//Uncomment this to see a better json diff when tests fail
8787
// actual == contract
88-
println(actual)
88+
// println(actual)
8989

9090
JSONAssert.assertEquals(contract, actual, NON_EXTENSIBLE)
9191

0 commit comments

Comments
 (0)