Skip to content

Commit

Permalink
new message
Browse files Browse the repository at this point in the history
  • Loading branch information
cupcakearmy committed Aug 27, 2024
1 parent 7aae690 commit f8d8fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/web/file/too-big.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ import { createNoteError } from '../../utils'
test.describe('@web', () => {
test('to big zip', async ({ page }) => {
const files = [Files.Zip]
await createNoteError(page, { files }, 'note is to big')
await createNoteError(page, { files }, 'could not create note. note is too big')
})
})

0 comments on commit f8d8fa0

Please sign in to comment.