miemie vor 4 Jahren
Ursprung
Commit
9d98725657

+ 1 - 1
mybatis-plus-core/src/test/java/com/baomidou/mybatisplus/core/incrementer/ImadcnIdentifierGeneratorTest.java

@@ -19,7 +19,7 @@ public class ImadcnIdentifierGeneratorTest {
 
     @AfterAll
     static void close() throws Exception {
-        generator.destroy();
+        generator.close();
     }
 
     @Test