We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15eafc0 commit faad4b5Copy full SHA for faad4b5
1 file changed
test/ui_builder_tests.js
@@ -40,7 +40,7 @@ tap.test('isPatternExcluded - returns true when pattern filename starts with und
40
var result = ui.isPatternExcluded(pattern, patternlab);
41
42
//assert
43
- test.equals(result, false);
+ test.equals(result, true);
44
test.end();
45
});
46
0 commit comments