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

18 lines
210 B
Go

package echotron
import "testing"
var a APIError
func TestErrorCode(_ *testing.T) {
a.ErrorCode()
}
func TestDescription(_ *testing.T) {
a.Description()
}
func TestError(_ *testing.T) {
_ = a.Error()
}