We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7308dcb commit 15eeb8aCopy full SHA for 15eeb8a
1 file changed
src/test/java/com/timgroup/statsd/UnixSocketTest.java
@@ -113,8 +113,8 @@ public void resist_dsd_restart() throws Exception {
113
assertThat(lastException.getMessage(), containsString("Connection refused"));
114
115
// Delete the socket file, client should throw an IOException
116
- lastException = new Exception();
117
socketFile.delete();
+ lastException = new Exception();
118
119
client.gauge("mycount", 21);
120
while(lastException.getMessage() == null) {
0 commit comments