mg-transport-core/core/models_test.go

12 lines
162 B
Go

package core
import (
"testing"
"github.com/stretchr/testify/assert"
)
func TestModels_TableName(t *testing.T) {
assert.NotEmpty(t, (User{}).TableName())
}