David PHAM-VAN

Do not compress the minimal test

@@ -23,7 +23,7 @@ import 'package:test/test.dart'; @@ -23,7 +23,7 @@ import 'package:test/test.dart';
23 23
24 void main() { 24 void main() {
25 test('Pdf Minimal', () { 25 test('Pdf Minimal', () {
26 - final PdfDocument pdf = PdfDocument(); 26 + final PdfDocument pdf = PdfDocument(compress: false);
27 final PdfPage page = PdfPage(pdf, pageFormat: PdfPageFormat.a4); 27 final PdfPage page = PdfPage(pdf, pageFormat: PdfPageFormat.a4);
28 28
29 final PdfGraphics g = page.getGraphics(); 29 final PdfGraphics g = page.getGraphics();