From 59dc841dc1010a293b482c9e52bfa00b87d0c2b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Gu=CC=88ell=20Segarra?= Date: Wed, 23 Oct 2024 17:20:23 +0200 Subject: [PATCH] chore: fix test --- src/spec/Form.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spec/Form.spec.ts b/src/spec/Form.spec.ts index f724edf..2d66d3e 100644 --- a/src/spec/Form.spec.ts +++ b/src/spec/Form.spec.ts @@ -5852,7 +5852,7 @@ describe("A Form", () => { const field_char = form.findById("field_char"); expect(field_char!.domain!).toBe("[('value', '=', 'form')]"); }); - it.only("a field with no supported type should fallback to field generic widget", () => { + it("a field with no supported type should fallback to field generic widget", () => { const fields = { field_char: { digits: [16, 2],