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 82967067736 Rename 
InsertStatementContextTest.assertContainsInsertColumnsWithSetAssignment (#35852)
82967067736 is described below

commit 8296706773663fe6b16db601dc6e04267705b376
Author: Liang Zhang <zhangli...@apache.org>
AuthorDate: Wed Jul 2 10:54:56 2025 +0800

    Rename 
InsertStatementContextTest.assertContainsInsertColumnsWithSetAssignment (#35852)
---
 .../binder/context/statement/type/dml/InsertStatementContextTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/infra/binder/core/src/test/java/org/apache/shardingsphere/infra/binder/context/statement/type/dml/InsertStatementContextTest.java
 
b/infra/binder/core/src/test/java/org/apache/shardingsphere/infra/binder/context/statement/type/dml/InsertStatementContextTest.java
index 42a27636b52..73243e53939 100644
--- 
a/infra/binder/core/src/test/java/org/apache/shardingsphere/infra/binder/context/statement/type/dml/InsertStatementContextTest.java
+++ 
b/infra/binder/core/src/test/java/org/apache/shardingsphere/infra/binder/context/statement/type/dml/InsertStatementContextTest.java
@@ -217,7 +217,7 @@ class InsertStatementContextTest {
     }
     
     @Test
-    void assertContainsInsertColumnsWithSetAssignmentForMySQL() {
+    void assertContainsInsertColumnsWithSetAssignment() {
         InsertStatement insertStatement = mock(InsertStatement.class);
         when(insertStatement.getSetAssignment()).thenReturn(Optional.of(new 
SetAssignmentSegment(0, 0, Collections.emptyList())));
         TableNameSegment tableNameSegment = new TableNameSegment(0, 0, new 
IdentifierValue(""));

Reply via email to