Skip to content

Commit

Permalink
fix test namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshidan committed Feb 6, 2025
1 parent c643369 commit 69f31ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions spanner/tests/change_stream_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ use google_cloud_gax::conn::Environment::GoogleCloud;
use google_cloud_gax::grpc::Code;
use google_cloud_googleapis::spanner::admin::database::v1::UpdateDatabaseDdlRequest;

use common::*;
use google_cloud_spanner::admin;
use google_cloud_spanner::admin::AdminClientConfig;
use google_cloud_spanner::client::{Client, ClientConfig};
Expand Down
1 change: 1 addition & 0 deletions spanner/tests/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ use google_cloud_spanner::value::CommitTimestamp;

use google_cloud_spanner::bigdecimal::BigDecimal;

pub use gcloud_spanner as google_cloud_spanner;
pub const DATABASE: &str = "projects/local-project/instances/test-instance/databases/local-database";

#[allow(dead_code)]
Expand Down

0 comments on commit 69f31ba

Please sign in to comment.