Skip to content

Commit 768b363

Browse files
committed
fix test
1 parent 1e64ef5 commit 768b363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docbuilder/rustwide_builder.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@ mod tests {
817817
let base = format!("rustdoc/{}/{}", DUMMY_CRATE_NAME, DUMMY_CRATE_VERSION);
818818

819819
// default target was built
820-
assert!(storage.exists(&format!("{}/{}/index.html", DUMMY_CRATE_NAME, base))?);
820+
assert!(storage.exists(&format!("{}/{}/index.html", base, DUMMY_CRATE_NAME))?);
821821

822822
// other targets too
823823
for target in DEFAULT_TARGETS {

0 commit comments

Comments
 (0)