From 217e840678eaf1df7bbb2e51a5e5984ef9f459c9 Mon Sep 17 00:00:00 2001 From: Jon Brisbin Date: Thu, 6 Sep 2012 09:28:36 -0500 Subject: [PATCH] Adjusted test for new repositories. --- .../springframework/data/rest/webmvc/spec/DiscoverySpec.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/DiscoverySpec.groovy b/spring-data-rest-webmvc/src/test/groovy/org/springframework/data/rest/webmvc/spec/DiscoverySpec.groovy index 8db8dc7de..0411614d6 100644 --- a/spring-data-rest-webmvc/src/test/groovy/org/springframework/data/rest/webmvc/spec/DiscoverySpec.groovy +++ b/spring-data-rest-webmvc/src/test/groovy/org/springframework/data/rest/webmvc/spec/DiscoverySpec.groovy @@ -25,7 +25,7 @@ class DiscoverySpec extends BaseSpec { def links = readJson(response).links then: - links.size() == 6 + links.size() == 8 }