aboutsummaryrefslogtreecommitdiffstats
path: root/zkfacade/src/test
diff options
context:
space:
mode:
authorjonmv <venstad@gmail.com>2022-11-14 11:47:15 +0100
committerjonmv <venstad@gmail.com>2022-11-14 11:47:15 +0100
commit2a8b661f439195d6f9fcd055f026a44c2ba1aaec (patch)
treebcfacb35c121251be4ad92d6b1c3bd5cb56e0baf /zkfacade/src/test
parent315636db2c7bccd7ae48ce698105c38f1b7d0acc (diff)
Improve exception message grammar, javadoc
Diffstat (limited to 'zkfacade/src/test')
-rw-r--r--zkfacade/src/test/java/com/yahoo/vespa/curator/CuratorWrapperTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/zkfacade/src/test/java/com/yahoo/vespa/curator/CuratorWrapperTest.java b/zkfacade/src/test/java/com/yahoo/vespa/curator/CuratorWrapperTest.java
index 227cc562211..a788111faff 100644
--- a/zkfacade/src/test/java/com/yahoo/vespa/curator/CuratorWrapperTest.java
+++ b/zkfacade/src/test/java/com/yahoo/vespa/curator/CuratorWrapperTest.java
@@ -216,7 +216,7 @@ public class CuratorWrapperTest {
stunning.arriveAndAwaitAdvance(); // Failing component is done being deactivated.
stunning.arriveAndAwaitAdvance(); // Failing component is done cleaning up after itself.
assertTrue(newSingleton.isActive);
- assertEquals("failed to register failing singleton", thrownMessage.get());
+ assertEquals("failed registering failing singleton", thrownMessage.get());
verifyMetrics(Map.of("activation.count", 6.0,
"activation.millis", 0.0,
"activation.failure.count", 1.0,