reswqa commented on code in PR #22743:
URL: https://github.com/apache/flink/pull/22743#discussion_r1227024446


##########
flink-dstl/flink-dstl-dfs/src/test/java/org/apache/flink/changelog/fs/RetryingExecutorTest.java:
##########
@@ -118,6 +123,7 @@ public void handleFailure(Throwable throwable) {}
                 Thread.sleep(10);
             }
         }
+        assertThat(unexpectedException.get()).isNull();

Review Comment:
   nit:
   ```suggestion
           assertThat(unexpectedException).hasValue(null);
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to