Преглед изворни кода

Tests: Minor rewording.

Co-Authored-By: Aleksander Nowodzinski <a.nowodzinski@cksource.com>
Marek Lewandowski пре 5 година
родитељ
комит
c7e7ff684f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      packages/ckeditor5-utils/tests/collection.js

+ 1 - 1
packages/ckeditor5-utils/tests/collection.js

@@ -26,7 +26,7 @@ describe( 'Collection', () => {
 
 	describe( 'constructor()', () => {
 		describe( 'setting initial collection items', () => {
-			it( 'works using an array', () => {
+			it( 'should work using an array', () => {
 				const item1 = getItem( 'foo' );
 				const item2 = getItem( 'bar' );
 				const collection = new Collection( [ item1, item2 ] );