Skip to content

Commit dcc6e1b

Browse files
committed
tests: rename better_tls test to path_building
The `better_tls` unit test in the `better_tls.rs` integration test module was named before we added the `name_constraints` unit test. This commit renames the `better_tls` unit test to `path_building` to reflect that it runs the path building testsuite from bettertls.
1 parent fcba82a commit dcc6e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/better_tls.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use webpki::{extract_trust_anchor, KeyUsage, SubjectNameRef};
1414

1515
#[ignore] // Runs slower than other unit tests - opt-in with `cargo test -- --ignored`
1616
#[test]
17-
fn better_tls() {
17+
fn path_building() {
1818
let better_tls = testdata();
1919
let root_der = &better_tls.root_der();
2020
let root_der = CertificateDer::from(root_der.as_slice());

0 commit comments

Comments
 (0)