Skip to content

Commit 5847318

Browse files
committed
fix: update crate name in integration test
1 parent 05df338 commit 5847318

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
// TEST_CLOUD_SQL_IP_TYPE=public \
3333
// cargo test --package cloud-sql-connector --test integration_test
3434

35-
use cloud_sql_connector::{CloudSqlConfig, CloudSqlConnector, IpType};
35+
use cloudsqlconn::{CloudSqlConfig, CloudSqlConnector, IpType};
3636
use std::env;
3737
use std::sync::{Arc, Once};
3838

0 commit comments

Comments
 (0)