mirror of
https://github.com/netbirdio/netbird.git
synced 2025-04-28 05:18:32 +02:00
fix: golint errors
This commit is contained in:
parent
4a5901ada1
commit
07ab9c196d
@ -80,6 +80,9 @@ func TestAccountManager_GetOrCreateAccount(t *testing.T) {
|
|||||||
t.Errorf("expected to get existing account after creation, failed")
|
t.Errorf("expected to get existing account after creation, failed")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if account.Id != expectedId {
|
||||||
|
t.Fatalf("expected to create an account, got wrong account")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestAccountManager_AccountExists(t *testing.T) {
|
func TestAccountManager_AccountExists(t *testing.T) {
|
||||||
|
Loading…
Reference in New Issue
Block a user