diff options
Diffstat (limited to 'cli/file_fetcher.rs')
-rw-r--r-- | cli/file_fetcher.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/file_fetcher.rs b/cli/file_fetcher.rs index 41c645c3a..8fda66382 100644 --- a/cli/file_fetcher.rs +++ b/cli/file_fetcher.rs @@ -968,7 +968,7 @@ mod tests { let specifier = blob_store.insert_object_url( Blob { media_type: "application/typescript".to_string(), - parts: vec![Arc::new(Box::new(InMemoryBlobPart::from(bytes)))], + parts: vec![Arc::new(InMemoryBlobPart::from(bytes))], }, None, ); |