Преглед на файлове

Fix the grammar in the expectiation for two mediaEmbeds.

Tomek Wytrębowicz преди 5 години
родител
ревизия
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', () => {