瀏覽代碼

Correct unit test name.

Mateusz Samsel 6 年之前
父節點
當前提交
76039c560c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-table/tests/tabletoolbar.js

+ 1 - 1
packages/ckeditor5-table/tests/tabletoolbar.js

@@ -77,7 +77,7 @@ describe( 'TableToolbar', () => {
 		} );
 
 		describe( 'toolbar', () => {
-			it( 'should use the config.table.toolbar to create items', () => {
+			it( 'should use the config.table.contenToolbar to create items', () => {
 				expect( toolbar.items ).to.have.length( 1 );
 				expect( toolbar.items.get( 0 ).label ).to.equal( 'fake button' );
 			} );