Skip to content

Commit d182f7d

Browse files
committed
breaking a test to make sure travis picks it up now that nodeunit is outta the picture
1 parent a84292f commit d182f7d

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, 0);
245+
test.equals(patternlab.patternTypes.length, 1);
246246

247247
test.end();
248248
});

0 commit comments

Comments
 (0)