Skip to content

Commit 243eef0

Browse files
#1143 Fix test
1 parent dff1000 commit 243eef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/test/object_factory_tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ tap.test('test Pattern with own-directory gets resetted as expected', function(
153153
test
154154
) {
155155
var p = new Pattern('00-atoms/00-button/button.mustache', { d: 123 }, pl);
156-
p.promoteFromDirectoryToFlatPattern(pl);
156+
p.promoteFromFlatPatternToDirectory(pl);
157157

158158
test.equals(p.relPath, path.join('00-atoms', '00-button', 'button.mustache'));
159159
test.equals(p.name, '00-atoms-00-button-button');

0 commit comments

Comments
 (0)