mirror of
https://github.com/netbirdio/netbird.git
synced 2025-01-23 14:28:51 +01: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")
|
||||
}
|
||||
|
||||
if account.Id != expectedId {
|
||||
t.Fatalf("expected to create an account, got wrong account")
|
||||
}
|
||||
}
|
||||
|
||||
func TestAccountManager_AccountExists(t *testing.T) {
|
||||
|
Loading…
Reference in New Issue
Block a user