Skip to content

Commit 4dc1832

Browse files
committed
Address review
1 parent 470461e commit 4dc1832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/data-core/lib/components/plugin-box.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const renderWithProviders = (
2929
};
3030

3131
describe('PluginBox', () => {
32-
it.only('renders ErrorBox when editSchema is null', () => {
32+
it('renders ErrorBox when editSchema is null', () => {
3333
mockPlugin.editSchema.mockReturnValue(null);
3434

3535
const { getByTestId } = renderWithProviders(

0 commit comments

Comments
 (0)