Skip to content

Commit

Permalink
refactor: comment out unused import in test module
Browse files Browse the repository at this point in the history
  • Loading branch information
incubator4 committed Feb 11, 2025
1 parent b6902b3 commit 9c983c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/signer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,10 @@ async fn request_get_pubkey(
.map_err(Into::into)
}

#[cfg(test)]
mod test {
use super::*;
use gcloud_sdk::google::cloud::kms::v1::PublicKey;
// use gcloud_sdk::google::cloud::kms::v1::PublicKey;

#[tokio::test]
async fn test_request_get_pubkey() {
Expand Down

0 comments on commit 9c983c3

Please sign in to comment.