Skip to content

Commit

Permalink
Revert "Change receiver limit in mock_resampler" (#1061)
Browse files Browse the repository at this point in the history
This reverts commit 2a515d1. This was
commited by mistake.
  • Loading branch information
ela-kotulska-frequenz committed Aug 30, 2024
2 parents 72f2136 + 4c676c1 commit 469554a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/timeseries/mock_resampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def power_senders(
self._input_channels_receivers[name] = [
self._channel_registry.get_or_create(
Sample[Quantity], name
).new_receiver(limit=1)
).new_receiver()
for _ in range(namespaces)
]
return senders
Expand Down

0 comments on commit 469554a

Please sign in to comment.