8
0
Pārlūkot izejas kodu

Fix the grammar in the expectiation for two mediaEmbeds.

Tomek Wytrębowicz 5 gadi atpakaļ
vecāks
revīzija
4b2d36659d

+ 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', () => {