Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 940461b

Browse files
committed
forgot to make test image png
1 parent b79efac commit 940461b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web_ui/test/html/drawing/canvas_lines_golden_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Future<void> testMain() async {
104104
paintLinesFromPoints(domCanvas, paintStrokeCapButt, twiceShiftedPoints);
105105

106106
domDocument.body!.append(domCanvas.rootElement);
107-
await matchGoldenFile('canvas_lines_with_strokeCap', region: region);
107+
await matchGoldenFile('canvas_lines_with_strokeCap.png', region: region);
108108
});
109109
}
110110

0 commit comments

Comments
 (0)