Skip to content

Commit

Permalink
remove unused test
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhaintz committed Oct 16, 2024
1 parent ea94d47 commit 981039c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions flutter/test/replay/recorder_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ import 'test_widget.dart';
void main() async {
TestWidgetsFlutterBinding.ensureInitialized();

testWidgets('captures images', (tester) async {
final fixture = await _Fixture.create(tester);
expect(fixture.capture(), completion('800x600'));
});

testWidgets('captures full resolution images - portrait', (tester) async {
await tester.binding.setSurfaceSize(Size(2000, 4000));
final fixture = await _Fixture.create(tester);
Expand Down

0 comments on commit 981039c

Please sign in to comment.