Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardjkim committed Oct 29, 2024
1 parent f455f90 commit 0e32242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/packages/shared/components/Validation/rules.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ describe('requiredEmailLike', () => {
});

describe('requiredPort', () => {
const errMsg = 'Port required [0-65535]';
const errMsg = 'Port required [1-65535]';
test.each`
port | expected
${''} | ${{ valid: false, message: errMsg }}
Expand Down

0 comments on commit 0e32242

Please sign in to comment.