summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 c2282f7892b..d42a7fbd34c 100644
--- a/zkfacade/src/test/java/com/yahoo/vespa/curator/CuratorWrapperTest.java
+++ b/zkfacade/src/test/java/com/yahoo/vespa/curator/CuratorWrapperTest.java
@@ -209,8 +209,8 @@ public class CuratorWrapperTest {
return "failing singleton";
}
});
- stunning.arriveAndAwaitAdvance();
thrownMessage.set(e.getMessage());
+ stunning.arriveAndAwaitAdvance();
}).start();
stunning.arriveAndAwaitAdvance(); // Failing component is about to be deactivated.