fix: golint errors

This commit is contained in:
braginini 2021-08-20 15:51:29 +02:00
parent 4a5901ada1
commit 07ab9c196d

View File

@ -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) {