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

Commit 9ceb4ed

Browse files
committed
fix an errant typo in a unit test
1 parent 5090a26 commit 9ceb4ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/pattern_assembler_tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@
599599
patternlab.config.patternStates["pages-homepage-emergency"] = "inprogress";
600600

601601
var pattern = {
602-
patternName: "pages-homepage"
602+
key: "pages-homepage"
603603
};
604604

605605
//act

0 commit comments

Comments
 (0)