Skip to content

Commit b7a6dba

Browse files
committed
fix display
1 parent 17280bd commit b7a6dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dfx/src/util/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,6 @@ mod tests {
549549
.unwrap()
550550
.block_on(download_file(&url));
551551
let time1 = std::time::Instant::now();
552-
assert!(time1 - time0 < std::time::Duration::from_secs(61), "Failed after {}", time1 - time0);
552+
assert!(time1 - time0 < std::time::Duration::from_secs(61), "Failed after {:?}", time1 - time0);
553553
}
554554
}

0 commit comments

Comments
 (0)