Skip to content

Commit 3962a16

Browse files
committed
expect message
1 parent d1d6140 commit 3962a16

File tree

1 file changed

+1
-1
lines changed
  • crates/stackable-certs/src/ca

1 file changed

+1
-1
lines changed

crates/stackable-certs/src/ca/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ mod tests {
547547
assert_eq!(
548548
not_after
549549
.duration_since(not_before)
550-
.expect("Failed to calculate duration between notBefore and notAfter"),
550+
.expect("notBefore must be before notAfter"),
551551
*TEST_CERT_LIFETIME
552552
);
553553
}

0 commit comments

Comments
 (0)