From 76dfb8fbeac8ad578eec69095d0795abe735651b Mon Sep 17 00:00:00 2001 From: Paul Marbach Date: Fri, 21 Nov 2025 11:45:08 -0500 Subject: [PATCH] Update Sparkline.test.tsx --- .../grafana-ui/src/components/Sparkline/Sparkline.test.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/grafana-ui/src/components/Sparkline/Sparkline.test.tsx b/packages/grafana-ui/src/components/Sparkline/Sparkline.test.tsx index 2282d965a14..91f3d9945f3 100644 --- a/packages/grafana-ui/src/components/Sparkline/Sparkline.test.tsx +++ b/packages/grafana-ui/src/components/Sparkline/Sparkline.test.tsx @@ -28,7 +28,7 @@ describe('Sparkline', () => { ).not.toThrow(); }); - it('should ot throw an error if there is a single value', () => { + it('should not throw an error if there is a single value', () => { const sparkline: FieldSparkline = { x: { name: 'x', @@ -51,7 +51,7 @@ describe('Sparkline', () => { ).not.toThrow(); }); - it('should ot throw an error if there are no values', () => { + it('should not throw an error if there are no values', () => { const sparkline: FieldSparkline = { x: { name: 'x',