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