// Copyright 2022 Harness Inc. All rights reserved. // Use of this source code is governed by the Polyform Free Trial License // that can be found in the LICENSE.md file for this repository. package account import "testing" func TestRegiser(t *testing.T) { t.Skip() } func TestRegiserAdmin(t *testing.T) { t.Skip() } func TestRegiser_CreateError(t *testing.T) { t.Skip() } func TestRegiser_BcryptError(t *testing.T) { t.Skip() } func TestRegiser_TokenError(t *testing.T) { t.Skip() }