кастомный echotron + fix текста
This commit is contained in:
17
shared/echotron/apierror_test.go
Normal file
17
shared/echotron/apierror_test.go
Normal file
@@ -0,0 +1,17 @@
|
||||
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()
|
||||
}
|
||||
Reference in New Issue
Block a user