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 4e4f0d2 commit de593faCopy full SHA for de593fa
tests/historic_to_live/basic.rs
@@ -44,12 +44,7 @@ async fn replays_historical_then_switches_to_live() -> anyhow::Result<()> {
44
let mut stream = client.create_event_stream(filter).take(historical_events + live_events);
45
46
tokio::spawn(async move {
47
- client
48
- .stream_from(
49
- BlockNumberOrTag::Number(first_historical_block),
50
- Option::None,
51
- )
52
- .await
+ client.stream_from(BlockNumberOrTag::Number(first_historical_block), Option::None).await
53
});
54
55
sleep(Duration::from_millis(200)).await;
0 commit comments