mg-transport-core/core/models_test.go

12 lines
162 B
Go
Raw Normal View History

2019-09-19 14:16:52 +03:00
package core
import (
"testing"
"github.com/stretchr/testify/assert"
)
func TestModels_TableName(t *testing.T) {
assert.NotEmpty(t, (User{}).TableName())
}