diff --git a/src/Table.tsx b/src/Table.tsx index 91aaf6f2a..de1a41eaa 100644 --- a/src/Table.tsx +++ b/src/Table.tsx @@ -590,7 +590,7 @@ function Table(props: TableProps { expect(wrapper.render()).toMatchSnapshot(); expect(errSpy).toHaveBeenCalledWith( - 'Warning: When use `components.body` with render props. Each column should have a fixed value.', + 'Warning: When use `components.body` with render props. Each column should have a fixed `width` value.', ); errSpy.mockRestore(); });