Skip to content

Commit 8dbb251

Browse files
Allow SvgTest to be run locally
1 parent b94cb95 commit 8dbb251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Conversions/ImageGenerators/SvgTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
expect(mime_content_type($imageFile))->toEqual('image/png');
2121

2222
expect((new Imagick($imageFile))->getImageAlphaChannel())->toBeTrue();
23-
})->skipWhenRunningLocally();
23+
});

0 commit comments

Comments
 (0)