From 27322ddcf9299267f95b7c89182366699db0dd43 Mon Sep 17 00:00:00 2001 From: Jon Brisbin Date: Wed, 9 May 2012 10:02:17 -0500 Subject: [PATCH] Fixed a failing test. --- .../data/rest/webmvc/spec/RepositoryRestControllerSpec.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-data-rest-webmvc/src/test/groovy/org/springframework/data/rest/webmvc/spec/RepositoryRestControllerSpec.groovy b/spring-data-rest-webmvc/src/test/groovy/org/springframework/data/rest/webmvc/spec/RepositoryRestControllerSpec.groovy index 90c5c5bc6..76763fb66 100644 --- a/spring-data-rest-webmvc/src/test/groovy/org/springframework/data/rest/webmvc/spec/RepositoryRestControllerSpec.groovy +++ b/spring-data-rest-webmvc/src/test/groovy/org/springframework/data/rest/webmvc/spec/RepositoryRestControllerSpec.groovy @@ -86,7 +86,7 @@ class RepositoryRestControllerSpec extends Specification { then: model.status == HttpStatus.OK - reposLinks?.size() == 4 + reposLinks?.size() == 3 when: "adding an entity" model.clear()