Skip to content

Commit

Permalink
Merge branch 'fix/replace-chart-lib' of https://github.com/wger-proje…
Browse files Browse the repository at this point in the history
…ct/flutter into fix/replace-chart-lib
  • Loading branch information
Abhisheksainii committed Nov 5, 2023
2 parents 3d948df + 4fcccf2 commit 8e443a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_driver/screenshot_driver.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8e443a5

Please sign in to comment.