summaryrefslogtreecommitdiffhomepage
path: root/server/fsm_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'server/fsm_test.go')
-rw-r--r--server/fsm_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/server/fsm_test.go b/server/fsm_test.go
index c0159d22..ff3f1712 100644
--- a/server/fsm_test.go
+++ b/server/fsm_test.go
@@ -255,7 +255,6 @@ func TestFSMHandlerOpenconfirm_HoldtimeZero(t *testing.T) {
time.Sleep(100 * time.Millisecond)
- assert.False(h.holdTimer.Stop())
assert.Equal(0, len(m.sendBuf))
}
@@ -281,7 +280,6 @@ func TestFSMHandlerEstablished_HoldtimeZero(t *testing.T) {
time.Sleep(100 * time.Millisecond)
- assert.False(h.holdTimer.Stop())
assert.Equal(0, len(m.sendBuf))
}