mirror of
https://github.com/raseels-repos/golang-saas-starter-kit.git
synced 2025-06-06 23:46:29 +02:00
11 lines
160 B
Go
11 lines
160 B
Go
|
package user_account
|
||
|
|
||
|
import (
|
||
|
"testing"
|
||
|
)
|
||
|
|
||
|
// TestUserFindByAccount validates that find users by account works.
|
||
|
func TestUserFindByAccount(t *testing.T) {
|
||
|
|
||
|
}
|