Skip to content

Commit 1f25949

Browse files
Update tests/test_streams.py
Co-authored-by: Copilot <[email protected]>
1 parent db7727f commit 1f25949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_streams.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ def test_stream_filter_mixing_different(
572572
connection_consumer.dial()
573573
consumer = connection_consumer.consumer(
574574
addr_queue,
575-
message_handler=MyMessageHandlerApplicationPropertiesFilter(),
575+
message_handler=MyMessageHandlerMixingDifferentFilters(),
576576
stream_consumer_options=StreamConsumerOptions(
577577
filter_options=StreamFilterOptions(
578578
values=["my_value"],

0 commit comments

Comments
 (0)