Parcourir la source

Updated class name in test.

Kamil Piechaczek il y a 6 ans
Parent
commit
e9adc572d4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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( () => {