Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrpospiech committed Feb 14, 2024
1 parent 5b65e25 commit 0acc523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/uniforms/__suites__/ListField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ export function testListField(
}

if (disableInlineError) {
test('<ListField> - renders correct error text (specified)', async () => {
test('<ListField> - renders correct error text (showInlineError=false)', async () => {
const error = new Error();

render(
Expand Down

0 comments on commit 0acc523

Please sign in to comment.