Skip to content
This repository was archived by the owner on Dec 10, 2019. It is now read-only.

Commit 392bed8

Browse files
committed
fixed unit test
1 parent 523df6a commit 392bed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/object_factory_tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
test.equals(p.template, '');
1414
test.equals(p.patternPartial, '');
1515
test.equals(p.patternName, '');
16-
test.equals(p.patternLink, '');
16+
test.equals(p.patternLink, '00-atoms-00-global-00-colors/00-atoms-00-global-00-colors.html');
1717
test.equals(p.patternGroup, 'atoms');
1818
test.equals(p.patternSubGroup, 'global');
1919
test.equals(p.flatPatternPath, '00-atoms-00-global');

0 commit comments

Comments
 (0)