summaryrefslogtreecommitdiffstats
path: root/vespaclient-java/src/test/java/com/yahoo/vespaget/DocumentRetrieverTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'vespaclient-java/src/test/java/com/yahoo/vespaget/DocumentRetrieverTest.java')
-rw-r--r--vespaclient-java/src/test/java/com/yahoo/vespaget/DocumentRetrieverTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespaclient-java/src/test/java/com/yahoo/vespaget/DocumentRetrieverTest.java b/vespaclient-java/src/test/java/com/yahoo/vespaget/DocumentRetrieverTest.java
index 24e303d6fce..e6fe985acbf 100644
--- a/vespaclient-java/src/test/java/com/yahoo/vespaget/DocumentRetrieverTest.java
+++ b/vespaclient-java/src/test/java/com/yahoo/vespaget/DocumentRetrieverTest.java
@@ -240,7 +240,7 @@ public class DocumentRetrieverTest {
}
@Test
- void testEmtpyClusterList() throws DocumentRetrieverException {
+ void testEmptyClusterList() throws DocumentRetrieverException {
Throwable exception = assertThrows(DocumentRetrieverException.class, () -> {
ClientParameters params = createParameters()