Update Sparkline.test.tsx

This commit is contained in:
Paul Marbach
2025-11-21 11:45:08 -05:00
committed by GitHub
parent 19135016f9
commit 76dfb8fbea
@@ -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',