Skip to content

Commit b3f5969

Browse files
committed
fixed a unit test
1 parent 6f5ede8 commit b3f5969

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
@@ -9,7 +9,7 @@
99
test.equals(p.name, '00-atoms-00-global-00-colors');
1010
test.equals(p.subdir, '00-atoms/00-global');
1111
test.equals(p.fileName, '00-colors');
12-
test.equals(p.data.d, 123);
12+
test.equals(p.jsonFileData.d, 123);
1313
test.equals(p.patternName, 'colors');
1414
test.equals(p.patternLink, '00-atoms-00-global-00-colors/00-atoms-00-global-00-colors.html');
1515
test.equals(p.patternGroup, 'atoms');

0 commit comments

Comments
 (0)