8
0
Просмотр исходного кода

Fix the grammar in the expectiation for two mediaEmbeds.

Tomek Wytrębowicz 5 лет назад
Родитель
Сommit
4b2d36659d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-media-embed/tests/mediaembedui.js

+ 1 - 1
packages/ckeditor5-media-embed/tests/mediaembedui.js

@@ -59,7 +59,7 @@ describe( 'MediaEmbedUI', () => {
 		expect( function createSecondInstance() {
 			secondInstance = editor.ui.componentFactory.create( 'mediaEmbed' );
 		} ).not.to.throw();
-		expect( dropdown ).to.be.not.equal( secondInstance );
+		expect( dropdown ).to.not.equal( secondInstance );
 	} );
 
 	describe( 'dropdown', () => {