Skip to content

Commit a0fff35

Browse files
committed
fix: repair duplicated assertion block in security_integration_test
Bad-merge leftover left an unclosed assert!() in test_current_dependency_versions, failing the Test and Code Coverage CI jobs.
1 parent 0ed4930 commit a0fff35

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/security_integration_test.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ mod tests {
166166
assert!(
167167
cargo_toml.contains("bytes = \"1.11.1\""),
168168
"bytes should be pinned to a published secure version"
169+
);
169170
// Verify security-critical dependency pins match Cargo.toml / Cargo.lock.
170171
// 1.0.108 was never published on crates.io; keep the locked secure pin.
171172
assert!(

0 commit comments

Comments
 (0)