We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent accf180 commit b37b4bfCopy full SHA for b37b4bf
tests/live_mode/optional_fields.rs
@@ -105,8 +105,7 @@ async fn mixed_optional_and_required_filters() -> anyhow::Result<()> {
105
106
let mut scanner = setup.scanner;
107
108
- let mut specific_stream =
109
- scanner.subscribe(specific_filter).take(expected_specific_count);
+ let mut specific_stream = scanner.subscribe(specific_filter).take(expected_specific_count);
110
let mut all_stream = scanner.subscribe(all_events_filter).take(expected_all_count);
111
112
tokio::spawn(async move { scanner.start().await });
0 commit comments