From ebd4731c092204b834851f8a594730c381650b62 Mon Sep 17 00:00:00 2001 From: Igor Katson Date: Tue, 30 Apr 2024 10:21:13 +0100 Subject: [PATCH] Small tweak --- crates/librqbit/src/tests/e2e_stream.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/librqbit/src/tests/e2e_stream.rs b/crates/librqbit/src/tests/e2e_stream.rs index 05c2aeb..1125e6d 100644 --- a/crates/librqbit/src/tests/e2e_stream.rs +++ b/crates/librqbit/src/tests/e2e_stream.rs @@ -87,8 +87,6 @@ async fn e2e_stream() -> anyhow::Result<()> { paused: false, storage_factory: Some(Box::new(InMemoryExampleStorageFactory {})), initial_peers: Some(vec![peer]), - // Download no files automatically. - only_files: Some(vec![]), ..Default::default() }), )