Skip to content

Commit 532efdd

Browse files
committed
check
1 parent 08e2e25 commit 532efdd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bundle/src/bundler.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -547,8 +547,7 @@ mod tests {
547547

548548
assert_eq!(
549549
internal_0_count, 1,
550-
"Expected 'internal/0' to appear exactly once in the tarball, but it appeared {} times",
551-
internal_0_count
550+
"Expected 'internal/0' to appear exactly once in the tarball, but it appeared {internal_0_count} times"
552551
);
553552
}
554553
}

0 commit comments

Comments
 (0)