Skip to content

Commit 5e2e702

Browse files
Update test/helpers/utils.spec.ts
Co-authored-by: Nick Taylor <nick@iamdeveloper.com>
1 parent ebec9b5 commit 5e2e702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helpers/utils.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ describe('redirectsForNext404Route', () => {
197197
expect(generateDynamicRewrites(route)).toStrictEqual(expected)
198198
})
199199

200-
it('does not return static 404 redirects when LEGACY_FALLBACK_FALSE is true', async () => {
200+
it('does not return static 404 redirects when LEGACY_FALLBACK_FALSE is set', async () => {
201201
process.env.LEGACY_FALLBACK_FALSE = 'true'
202202

203203
const expected = {

0 commit comments

Comments
 (0)