Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
dart_pdf
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
David PHAM-VAN
2020-04-27 17:54:45 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4b99a6f215192c80aff2050f225e395ad3a0ec85
4b99a6f2
1 parent
2f3cf84e
Fix linter warning in info_test.dart
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
printing/test/info_test.dart
printing/test/info_test.dart
View file @
4b99a6f
...
...
@@ -23,7 +23,7 @@ void main() {
});
test
(
'PrintingInfo'
,
()
async
{
final
PrintingInfo
info
=
PrintingInfo
.
unavailable
;
const
PrintingInfo
info
=
PrintingInfo
.
unavailable
;
expect
(
info
.
canConvertHtml
,
false
);
expect
(
info
.
directPrint
,
false
);
expect
(
info
.
dynamicLayout
,
false
);
...
...
Please
register
or
login
to post a comment