Files
tgex-backend/shared/echotron/simpledsp_test.go
T
root a33fa24e99
Build & Push / build (push) Canceled after 0s
Initial commit
2026-08-05 19:31:35 +03:00

8 lines
105 B
Go

package echotron
import "testing"
func TestPollingUpdates(t *testing.T) {
PollingUpdates(api.token)
}