Skip to content

Commit 5337532

Browse files
committed
Fix typo
1 parent 7186ca0 commit 5337532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/confidential/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ mod tests {
400400
test.check(&secp);
401401
}
402402
// Uncomment to regenerate test vectors; to see the output, run
403-
// cargo test confidential::tests:;confidential_descriptor -- --nocapture
403+
// cargo test confidential::tests::confidential_descriptor -- --nocapture
404404
/*
405405
for (n, test) in tests.iter().enumerate() {
406406
test.output_elip_test_vector(n + 1);

0 commit comments

Comments
 (0)