(t *testing.T)
| 45 | } |
| 46 | |
| 47 | func TestCancelEventTimer(t *testing.T) { |
| 48 | eventtimer := constructEventTimer() |
| 49 | err := eventtimer.startEventTimer(EventProposeBlockTimeout, 1) |
| 50 | t.Logf("startEventTimer: %v", err) |
| 51 | eventtimer.cancelEventTimer(EventProposeBlockTimeout, 1) |
| 52 | } |
nothing calls this directly
no test coverage detected