Skip to content

Commit 8714dd3

Browse files
authored
Merge pull request #76 from wontlost-ltd/ai-findings-autofix/src-test-java-com-wontlost-ckeditor-CKEditorConfigTest.java
Potential fix for 1 code quality finding
2 parents 0db6680 + a8e1583 commit 8714dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/wontlost/ckeditor/CKEditorConfigTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ void toolbarStyleShouldSupportButtonStylesMap() {
590590
@Test
591591
@DisplayName("CustomPlugin should accept valid npm package names")
592592
void customPluginShouldAcceptValidNpmPackageNames() {
593-
// 普通包名
593+
// Regular package name
594594
CustomPlugin plugin1 = CustomPlugin.builder("MyPlugin")
595595
.withImportPath("my-ckeditor-plugin")
596596
.build();

0 commit comments

Comments
 (0)