test fixes

This commit is contained in:
crn4
2025-09-05 13:06:06 +02:00
parent ca85aa9b8f
commit 08fba9876b
5 changed files with 27 additions and 25 deletions

View File

@@ -984,5 +984,5 @@ func (am *MockAccountManager) RecalculateNetworkMapCache(ctx context.Context, ac
if am.RecalculateNetworkMapCacheFunc != nil {
return am.RecalculateNetworkMapCacheFunc(ctx, accountID)
}
return status.Errorf(codes.Unimplemented, "method RecalculateNetworkMapCache is not implemented")
return nil
}