Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrpospiech committed Feb 15, 2024
1 parent b100391 commit a54a362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/uniforms/__suites__/connectField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export function testConnectField() {
expect(Field.Component).toEqual(Test);
});

test('connectField - when called, does not set default value', () => {
test('connectField - when called, does not set default options value', () => {
const Field = connectField(Test);

expect(Field.options).toEqual(undefined);
Expand Down

0 comments on commit a54a362

Please sign in to comment.