This is an automated email from the ASF dual-hosted git repository.

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new cf9fb595882 Refactor DriverDatabaseConnectionManagerTest (#31707)
cf9fb595882 is described below

commit cf9fb595882775c23cc0208ad10c81016cd64c1c
Author: Liang Zhang <[email protected]>
AuthorDate: Sat Jun 15 15:11:27 2024 +0800

    Refactor DriverDatabaseConnectionManagerTest (#31707)
---
 .../jdbc/core/connection/DriverDatabaseConnectionManagerTest.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/jdbc/src/test/java/org/apache/shardingsphere/driver/jdbc/core/connection/DriverDatabaseConnectionManagerTest.java
 
b/jdbc/src/test/java/org/apache/shardingsphere/driver/jdbc/core/connection/DriverDatabaseConnectionManagerTest.java
index a4a15f05c34..cd1d8f1f7ae 100644
--- 
a/jdbc/src/test/java/org/apache/shardingsphere/driver/jdbc/core/connection/DriverDatabaseConnectionManagerTest.java
+++ 
b/jdbc/src/test/java/org/apache/shardingsphere/driver/jdbc/core/connection/DriverDatabaseConnectionManagerTest.java
@@ -71,7 +71,7 @@ class DriverDatabaseConnectionManagerTest {
     
     @BeforeEach
     void setUp() throws SQLException {
-        databaseConnectionManager = new 
DriverDatabaseConnectionManager(DefaultDatabase.LOGIC_NAME, 
mockContextManager(), new Grantee("", "'"));
+        databaseConnectionManager = new 
DriverDatabaseConnectionManager(DefaultDatabase.LOGIC_NAME, 
mockContextManager(), new Grantee("", ""));
     }
     
     private ContextManager mockContextManager() throws SQLException {

Reply via email to