Skip to content

Commit

Permalink
fix rust tests
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw committed Jan 11, 2024
1 parent 6d2a288 commit ac7a831
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gen/pb-rust/tests/integration.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use pretty_assertions::{assert_eq, assert_ne};
use pretty_assertions::assert_eq;
use serde_json;
use sigstore_protobuf_specs::{
Bundle, DevSigstoreBundleV1VerificationMaterial as VerificationMaterial,
Expand All @@ -25,6 +25,7 @@ fn bundle() {
media_type: Some(String::from("application/vnd.dev.sigstore.bundle+json;version=0.1")),
verification_material: Some(VerificationMaterial{
public_key: None,
certificate: None,
x_509_certificate_chain: Some(X509CertificateChain{
certificates: Some(vec![
X509Certificate{
Expand Down

0 comments on commit ac7a831

Please sign in to comment.