From 94fbaa67c32f92b2f202cf8ddd40deea967c5de1 Mon Sep 17 00:00:00 2001 From: Birk Johansson Date: Thu, 14 Dec 2023 17:02:37 +0100 Subject: [PATCH] chore: fix test name --- src/data-workspace/inputs/validators.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data-workspace/inputs/validators.test.js b/src/data-workspace/inputs/validators.test.js index 01a1ebd04..c507707c1 100644 --- a/src/data-workspace/inputs/validators.test.js +++ b/src/data-workspace/inputs/validators.test.js @@ -163,7 +163,7 @@ describe('warningValidateByValueType', () => { ).toBeUndefined() }) - it('should not return error for type that support limits and only has min defined', () => { + it('should not return error for type that support limits and only has max defined', () => { expect( warningValidateByValueType(VALUE_TYPES.NUMBER, { max: 10,