Skip to content

Commit faad4b5

Browse files
committed
phew - fix that test
no more grunt! closes #466
1 parent 15eafc0 commit faad4b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/ui_builder_tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ tap.test('isPatternExcluded - returns true when pattern filename starts with und
4040
var result = ui.isPatternExcluded(pattern, patternlab);
4141

4242
//assert
43-
test.equals(result, false);
43+
test.equals(result, true);
4444
test.end();
4545
});
4646

0 commit comments

Comments
 (0)