Skip to content

Commit 111c267

Browse files
committed
Fixed fe test
1 parent 6893e2a commit 111c267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/Topics/Topic/Messages/__test__/Message.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ describe('Message component', () => {
115115

116116
it('should check if Preview filter showing for Value', () => {
117117
const props = {
118-
message: { ...mockMessage, content: contentTest as string },
118+
message: { ...mockMessage, value: contentTest as string },
119119
contentFilters: [mockContentFilters],
120120
};
121121
renderComponent(props);

0 commit comments

Comments
 (0)