Skip to content

Commit

Permalink
Merge branch 'fix/adjust-fallback-widget-type' into alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
mguellsegarra committed Oct 23, 2024
2 parents d3f7936 + 59dc841 commit ad515d9
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 @@ -5975,7 +5975,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 ad515d9

Please sign in to comment.