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() }), )