Browse Source

Updated class name in test.

Kamil Piechaczek 6 years ago
parent
commit
e9adc572d4
1 changed files with 1 additions and 1 deletions
  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( () => {