1
0
mirror of https://github.com/netbirdio/netbird.git synced 2025-07-14 05:15:08 +02:00

fix: golint errors

This commit is contained in:
braginini
2021-08-20 15:51:29 +02:00
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) {