瀏覽代碼

Updated class name in test.

Kamil Piechaczek 6 年之前
父節點
當前提交
e9adc572d4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-core/tests/plugin.js

+ 1 - 1
packages/ckeditor5-core/tests/plugin.js

@@ -6,7 +6,7 @@
 import Plugin from '../src/plugin';
 import Editor from '../src/editor/editor';
 
-describe( 'plugin', () => {
+describe( 'Plugin', () => {
 	let editor;
 
 	beforeEach( () => {