Skip to content

Commit 74b9417

Browse files
committed
test(Message): fix message test
1 parent 562e406 commit 74b9417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/specs/collections/Message/Message-test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ describe('Message', () => {
2121
common.implementsShorthandProp(Message, {
2222
propKey: 'header',
2323
ShorthandComponent: MessageHeader,
24-
mapValueToProps: val => ({ children: val }),
24+
mapValueToProps: val => ({ content: val }),
2525
})
2626
common.implementsShorthandProp(Message, {
2727
propKey: 'list',

0 commit comments

Comments
 (0)