Skip to content

Commit b1b8f44

Browse files
authored
Update UnixStreamSocketTest.java
1 parent 15eeb8a commit b1b8f44

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/test/java/com/timgroup/statsd/UnixStreamSocketTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ public void resist_dsd_restart() throws Exception {
123123
while(lastException.getMessage() == null) {
124124
Thread.sleep(10);
125125
}
126-
// Depending on the state of the client at that point we might get different messages.
127126
assertThat(lastException.getMessage(), containsString("No such file or directory"));
128127

129128
// Re-open the server, next send should work OK

0 commit comments

Comments
 (0)