Skip to content

Commit

Permalink
chore: fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
Birkbjo committed Dec 14, 2023
1 parent a7dfd20 commit 94fbaa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data-workspace/inputs/validators.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ describe('warningValidateByValueType', () => {
).toBeUndefined()
})

it('should not return error for type that support limits and only has min defined', () => {
it('should not return error for type that support limits and only has max defined', () => {
expect(
warningValidateByValueType(VALUE_TYPES.NUMBER, {
max: 10,
Expand Down

1 comment on commit 94fbaa6

@dhis2-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.