Merge branch 'fix/replace-chart-lib' of https://github.com/wger-project/flutter into fix/replace-chart-lib

This commit is contained in:
Abhishek Saini
2023-11-05 22:23:37 +05:30

View File

@@ -6,7 +6,7 @@ import 'package:integration_test/integration_test_driver_extended.dart';
Future<void> main() async {
try {
await integrationDriver(
onScreenshot: (String screenshotName, List<int> screenshotBytes) async {
onScreenshot: (String screenshotName, List<int> screenshotBytes, [_]) async {
final File image = await File(screenshotName).create(recursive: true);
image.writeAsBytesSync(screenshotBytes);
return true;