We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15eeb8a commit b1b8f44Copy full SHA for b1b8f44
1 file changed
src/test/java/com/timgroup/statsd/UnixStreamSocketTest.java
@@ -123,7 +123,6 @@ public void resist_dsd_restart() throws Exception {
123
while(lastException.getMessage() == null) {
124
Thread.sleep(10);
125
}
126
- // Depending on the state of the client at that point we might get different messages.
127
assertThat(lastException.getMessage(), containsString("No such file or directory"));
128
129
// Re-open the server, next send should work OK
0 commit comments