mirror of
https://github.com/netbirdio/netbird.git
synced 2026-05-04 16:16:40 +00:00
test fixes
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user