Skip to content

Commit 9892279

Browse files
committed
Try to fix golden tests
1 parent d55aa45 commit 9892279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/golden_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ void testHtml(String name, String htmlData) {
2929
),
3030
),
3131
);
32-
await expectLater(find.byType(Html), matchesGoldenFile('goldens/$name.png'));
32+
await expectLater(find.byType(Html), matchesGoldenFile('./goldens/$name.png'));
3333
});
3434
}
3535

0 commit comments

Comments
 (0)