We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d55aa45 commit 9892279Copy full SHA for 9892279
test/golden_test.dart
@@ -29,7 +29,7 @@ void testHtml(String name, String htmlData) {
29
),
30
31
);
32
- await expectLater(find.byType(Html), matchesGoldenFile('goldens/$name.png'));
+ await expectLater(find.byType(Html), matchesGoldenFile('./goldens/$name.png'));
33
});
34
}
35
0 commit comments