浏览代码

Added missing brackets. [skip ci]

Kamil Piechaczek 8 年之前
父节点
当前提交
4feca02d29
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-core/tests/_utils-tests/utils.js

+ 1 - 1
packages/ckeditor5-core/tests/_utils-tests/utils.js

@@ -8,7 +8,7 @@ import testUtils from '../_utils/utils';
 testUtils.createSinonSandbox();
 
 describe( 'utils', () => {
-	describe( 'checkAssertions', () => {
+	describe( 'checkAssertions()', () => {
 		it( 'does not throw an error if at least one assertion passed', () => {
 			const assertionRed = testUtils.sinon.stub().callsFake( () => {
 				expect( 1 ).to.equal( 2 );