Skip to content

Commit

Permalink
Fix last test
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle committed Nov 3, 2020
1 parent 296c5a8 commit c15b224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/image-optimizer/test/index.test.js
Expand Up @@ -19,7 +19,7 @@ jest.setTimeout(1000 * 60 * 2)
const appDir = join(__dirname, '../')
const imagesDir = join(appDir, '.next', 'cache', 'images')
const nextConfig = new File(join(appDir, 'next.config.js'))
const largeSize = 1024
const largeSize = 1080 // defaults defined in server/config.ts
let appPort
let app

Expand Down

0 comments on commit c15b224

Please sign in to comment.