Skip to content

Commit

Permalink
feat(#687): rename screendocs utils
Browse files Browse the repository at this point in the history
  • Loading branch information
tamara-slosarek authored and tamslo committed Mar 18, 2024
1 parent 51d1a4f commit d5112af
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/generate_screendocs/screencast_sequence.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import 'package:flutter_test/flutter_test.dart';
import 'package:integration_test/integration_test.dart';

import 'app_sequence_utils.dart';
import 'sequence_utils.dart';

void logTimeStamp(String description) {
final timestamp = DateTime.now().millisecondsSinceEpoch;
Expand Down
2 changes: 1 addition & 1 deletion app/generate_screendocs/screenshot_sequence.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import 'dart:io';
import 'package:flutter_test/flutter_test.dart';
import 'package:integration_test/integration_test.dart';

import 'app_sequence_utils.dart';
import 'sequence_utils.dart';

Future<void> takeScreenshot(
WidgetTester tester,
Expand Down
File renamed without changes.

0 comments on commit d5112af

Please sign in to comment.