Skip to content

Commit

Permalink
doesn't work yet
Browse files Browse the repository at this point in the history
  • Loading branch information
syphar committed Jun 23, 2024
1 parent 945195c commit 690706b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/docbuilder/rustwide_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1386,7 +1386,11 @@ mod tests {

// source archice exists
let source_archive = source_archive_path(crate_, version);
assert!(env.storage().exists(&source_archive)?, "{}", source_archive);
assert!(
env.storage().exists(&source_archive)?,
"archive doesnt exist: {}",
source_archive
);

Ok(())
});
Expand Down

0 comments on commit 690706b

Please sign in to comment.