Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add extension to test name
  • Loading branch information
Emmanuel Garcia committed Jun 3, 2022
commit fecc6500a1392a643bce0175ad49d9e7337df19f
2 changes: 1 addition & 1 deletion testing/scenario_app/bin/android_integration_tests.dart
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ void main(List<String> args) async {
log('wrote ${goldenFile.absolute.path}');
if (isSkiaGoldClientAvailable) {
final Future<void> comparison = skiaGoldClient!
.addImg(fileName, goldenFile, screenshotSize: fileContent.lengthInBytes)
.addImg('$fileName.png', goldenFile, screenshotSize: fileContent.lengthInBytes)
.catchError((dynamic err) {
panic(<String>['skia gold comparison failed: ${err.toString()}']);
});
Expand Down