1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-06-06 23:46:29 +02:00
2019-08-05 01:13:03 -08:00

11 lines
160 B
Go

package user_account
import (
"testing"
)
// TestUserFindByAccount validates that find users by account works.
func TestUserFindByAccount(t *testing.T) {
}