Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Oct 9, 2023
1 parent fcc1c57 commit ddf3636
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion crates/core/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pub enum ProtoError {

#[diagnostic(code(proto::verify::missing_public_key))]
#[error(
"A {} is required when using minisig.", "checksum_public_key".style(Style::Property)
"A {} is required to verify this tool.", "checksum_public_key".style(Style::Property)
)]
MissingChecksumPublicKey,

Expand Down
15 changes: 11 additions & 4 deletions plugins/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions plugins/wasm-test/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ pub fn download_prebuilt(
download_name: Some(filename),
checksum_url: Some(format!("https://nodejs.org/dist/v{version}/SHASUMS256.txt")),
checksum_name: None,
checksum_public_key: None,
}))
}

Expand Down

0 comments on commit ddf3636

Please sign in to comment.