Update Messages.spec.tsx
This commit is contained in:
parent
51c0b1a41c
commit
8320e9755b
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ describe('Messages component', () => {
|
||||||
});
|
});
|
||||||
describe('Without messages', () => {
|
describe('Without messages', () => {
|
||||||
it('renders string', () => {
|
it('renders string', () => {
|
||||||
const wrapper = shallow(setupWrapper());
|
const wrapper = mount(setupWrapper());
|
||||||
expect(wrapper.text()).toContain('No messages at selected topic');
|
expect(wrapper.text()).toContain('No messages at selected topic');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue