We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6893e2a commit 111c267Copy full SHA for 111c267
frontend/src/components/Topics/Topic/Messages/__test__/Message.spec.tsx
@@ -115,7 +115,7 @@ describe('Message component', () => {
115
116
it('should check if Preview filter showing for Value', () => {
117
const props = {
118
- message: { ...mockMessage, content: contentTest as string },
+ message: { ...mockMessage, value: contentTest as string },
119
contentFilters: [mockContentFilters],
120
};
121
renderComponent(props);
0 commit comments