package long_poller_go import ( "testing" ) func TestPolling(t *testing.T) { poller := &LongPoller{} poller.Start() }