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

duanzhengqiang 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 0f6fba92e46 correct cases (#17007)
0f6fba92e46 is described below

commit 0f6fba92e46ce14f6e70fa825e47fa55fefa974f
Author: Everly Precia Suresh <[email protected]>
AuthorDate: Fri Apr 22 15:34:41 2022 +0530

    correct cases (#17007)
---
 .../src/main/resources/case/ddl/drop-group.xml                        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/shardingsphere-test/shardingsphere-parser-test/src/main/resources/case/ddl/drop-group.xml
 
b/shardingsphere-test/shardingsphere-parser-test/src/main/resources/case/ddl/drop-group.xml
index 5dd1e1a0b91..77cd7464b32 100644
--- 
a/shardingsphere-test/shardingsphere-parser-test/src/main/resources/case/ddl/drop-group.xml
+++ 
b/shardingsphere-test/shardingsphere-parser-test/src/main/resources/case/ddl/drop-group.xml
@@ -17,6 +17,6 @@
   -->
 
 <sql-parser-test-cases>
-    <drop-policy sql-case-id="drop_group_if_exists" />
-    <drop-policy sql-case-id="drop_group"/>
+    <drop-group sql-case-id="drop_group_if_exists" />
+    <drop-group sql-case-id="drop_group"/>
 </sql-parser-test-cases>

Reply via email to