Files
tgex-backend/shared/echotron/simpledsp_test.go
2026-02-19 11:13:45 +03:00

8 lines
105 B
Go

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