Skip to content

Commit 592484d

Browse files
committed
fixup (gotta pass format to getImagePaths)
1 parent db381fd commit 592484d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/image/export_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function runInBatch(mockList) {
7070
// exported by (only) checking the file size of the generated images.
7171
function testExport(mockName, format, t) {
7272
var requestOpts = getRequestOpts({ mockName: mockName, format: format }),
73-
imagePaths = getImagePaths(mockName),
73+
imagePaths = getImagePaths(mockName, format),
7474
saveImageStream = fs.createWriteStream(imagePaths.test);
7575

7676
function checkExport(err) {

0 commit comments

Comments
 (0)