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 e999c877173 Rename TableAndSchemaNameMapperTest (#28940)
e999c877173 is described below
commit e999c877173d9e9ae480895485bac33541457756
Author: Liang Zhang <[email protected]>
AuthorDate: Sat Nov 4 19:14:48 2023 +0800
Rename TableAndSchemaNameMapperTest (#28940)
---
...NameSchemaNameMappingTest.java => TableAndSchemaNameMapperTest.java} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/kernel/data-pipeline/api/src/test/java/org/apache/shardingsphere/data/pipeline/api/context/TableNameSchemaNameMappingTest.java
b/kernel/data-pipeline/api/src/test/java/org/apache/shardingsphere/data/pipeline/api/context/TableAndSchemaNameMapperTest.java
similarity index 98%
rename from
kernel/data-pipeline/api/src/test/java/org/apache/shardingsphere/data/pipeline/api/context/TableNameSchemaNameMappingTest.java
rename to
kernel/data-pipeline/api/src/test/java/org/apache/shardingsphere/data/pipeline/api/context/TableAndSchemaNameMapperTest.java
index 9eb21b6148c..fc9521a4ed0 100644
---
a/kernel/data-pipeline/api/src/test/java/org/apache/shardingsphere/data/pipeline/api/context/TableNameSchemaNameMappingTest.java
+++
b/kernel/data-pipeline/api/src/test/java/org/apache/shardingsphere/data/pipeline/api/context/TableAndSchemaNameMapperTest.java
@@ -28,7 +28,7 @@ import static org.hamcrest.MatcherAssert.assertThat;
import static org.junit.jupiter.api.Assertions.assertDoesNotThrow;
import static org.junit.jupiter.api.Assertions.assertNull;
-class TableNameSchemaNameMappingTest {
+class TableAndSchemaNameMapperTest {
@Test
void assertConstructFromNull() {