Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
rstijerina committed Feb 18, 2025
1 parent e817b03 commit 35fd65b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ describe('CreateMapModal', () => {
await waitFor(() => {
expect(
screen.getByText(
'Only letters, numbers, hyphens, and underscores are allowed'
'Only letters, numbers, hyphens, underscores, and periods are allowed'
)
).toBeTruthy();
});
Expand Down

0 comments on commit 35fd65b

Please sign in to comment.