diff --git a/public/app/core/specs/ColorPalette.jest.tsx b/public/app/core/specs/ColorPalette.jest.tsx
index f3b8e233fe5..fb1124aa975 100644
--- a/public/app/core/specs/ColorPalette.jest.tsx
+++ b/public/app/core/specs/ColorPalette.jest.tsx
@@ -4,7 +4,7 @@ import { ColorPalette } from '../components/colorpicker/ColorPalette';
describe('CollorPalette', () => {
it('renders correctly', () => {
- const tree = renderer.create().toJSON();
+ const tree = renderer.create().toJSON();
expect(tree).toMatchSnapshot();
});
});