From 02ed67989019b82a6f888e170c862aa76302aa7a Mon Sep 17 00:00:00 2001 From: John Coffey Date: Sat, 19 Sep 2026 16:14:44 -0700 Subject: [PATCH] Tests: drop an unused import, so the tests crate builds without warnings --- tests/src/store/replica_mysql.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/store/replica_mysql.rs b/tests/src/store/replica_mysql.rs index 7426c0a..b51aed1 100644 --- a/tests/src/store/replica_mysql.rs +++ b/tests/src/store/replica_mysql.rs @@ -10,7 +10,7 @@ //! `mysql`. use crate::utils::{ - containers::{MYSQL_GTID_PORTS, MYSQL_POS_PORTS, mysql_query}, + containers::{MYSQL_POS_PORTS, mysql_query}, server::TestServerBuilder, }; use registry::schema::structs::{MySqlSettings, MySqlStore, SecretKeyOptional, SecretKeyValue};