Showing
2 changed files
with
2 additions
and
1 deletions
printing/test/document.dart
0 → 120000
1 | +../example/lib/document.dart |
@@ -5,7 +5,7 @@ import 'package:flutter_test/flutter_test.dart'; | @@ -5,7 +5,7 @@ import 'package:flutter_test/flutter_test.dart'; | ||
5 | import 'package:pdf/pdf.dart'; | 5 | import 'package:pdf/pdf.dart'; |
6 | import 'package:pdf/widgets.dart' as pdf; | 6 | import 'package:pdf/widgets.dart' as pdf; |
7 | 7 | ||
8 | -import '../example/lib/document.dart'; | 8 | +import 'document.dart'; |
9 | 9 | ||
10 | void main() { | 10 | void main() { |
11 | testWidgets('Pdf Generate the document', (WidgetTester tester) async { | 11 | testWidgets('Pdf Generate the document', (WidgetTester tester) async { |
-
Please register or login to post a comment