Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mguellsegarra committed Oct 23, 2024
1 parent c540ea6 commit 59dc841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spec/Form.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down

0 comments on commit 59dc841

Please sign in to comment.