Skip to content

Commit 213efa0

Browse files
committed
Check that files are loaded correctly in circleci
1 parent 9892279 commit 213efa0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/golden_test.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import 'dart:io';
2+
13
import 'package:flutter/material.dart';
24
import 'package:flutter_html/flutter_html.dart';
35
import 'package:flutter_test/flutter_test.dart';
@@ -37,4 +39,5 @@ void main() {
3739
testData.forEach((key, value) {
3840
testHtml(key, value);
3941
});
42+
File.fromUri(Uri(path: './goldens/a.png')).readAsBytesSync();
4043
}

0 commit comments

Comments
 (0)