Skip to content

Commit a7aa23b

Browse files
committed
reverting failure
1 parent d182f7d commit a7aa23b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ui_builder_tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ tap.test('resetUIBuilderState - reset global objects', function (test) {
242242
//assert
243243
test.equals(patternlab.patternPaths.foo, undefined);
244244
test.equals(patternlab.viewAllPaths.bar, undefined);
245-
test.equals(patternlab.patternTypes.length, 1);
245+
test.equals(patternlab.patternTypes.length, 0);
246246

247247
test.end();
248248
});

0 commit comments

Comments
 (0)