Skip to content
This repository was archived by the owner on May 13, 2026. It is now read-only.

Commit 243eef0

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)