Skip to content

Commit 3e5952b

Browse files
committed
test(e2e/app-dir): update CONFIG_ERROR to reflect typo fix
1 parent 25bc96b commit 3e5952b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/app-dir/actions/app-action-size-limit-invalid.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { createNextDescribe } from 'e2e-utils'
22
import { check } from 'next-test-utils'
33

44
const CONFIG_ERROR =
5-
'Server Actions Size Limit must be a valid number or filesize format lager than 1MB'
5+
'Server Actions Size Limit must be a valid number or filesize format larger than 1MB'
66

77
createNextDescribe(
88
'app-dir action size limit invalid config',

0 commit comments

Comments
 (0)