瀏覽代碼

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() {
 		expect( function createSecondInstance() {
 			secondInstance = editor.ui.componentFactory.create( 'mediaEmbed' );
 			secondInstance = editor.ui.componentFactory.create( 'mediaEmbed' );
 		} ).not.to.throw();
 		} ).not.to.throw();
-		expect( dropdown ).to.be.not.equal( secondInstance );
+		expect( dropdown ).to.not.equal( secondInstance );
 	} );
 	} );
 
 
 	describe( 'dropdown', () => {
 	describe( 'dropdown', () => {