Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshidan committed Feb 6, 2025
1 parent 69f31ba commit 9ab48da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion foundation/metadata/tests/test.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use google_cloud_metadata::{email, on_gce, Error};
use gcloud_metadata::{email, on_gce, Error};

#[tokio::test]
async fn test_on_gce() {
Expand Down
1 change: 1 addition & 0 deletions spanner-derive/tests/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ use serial_test::serial;
use std::str::FromStr;
use time::{Date, OffsetDateTime};

use gcloud_spanner_derive as google_cloud_spanner_derive;
use google_cloud_spanner::client::{Client, ClientConfig, Error};
use google_cloud_spanner::mutation::insert_struct;
use google_cloud_spanner::statement::Statement;
Expand Down

0 comments on commit 9ab48da

Please sign in to comment.