File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed
packages/video_player/video_player_avfoundation Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -191,7 +191,6 @@ - (void)testBlankVideoBugWithEncryptedVideoStreamAndInvertedAspectRatioBugForSom
191191}
192192
193193- (void )testSeekToWhilePausedStartsDisplayLinkTemporarily {
194- XCTFail (@" Failing to test xcresult upload" );
195194 NSObject <FlutterTextureRegistry> *mockTextureRegistry =
196195 OCMProtocolMock (@protocol (FlutterTextureRegistry));
197196 NSObject <FlutterPluginRegistrar> *registrar =
Original file line number Diff line number Diff line change @@ -133,8 +133,7 @@ void main() {
133133 await controller.play ();
134134 await tester.pumpAndSettle (_playDuration);
135135
136- // test xcresult upload
137- expect (await controller.position, lessThan (Duration .zero));
136+ expect (await controller.position, greaterThan (Duration .zero));
138137 });
139138 });
140139
Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ @implementation AppDelegate
99
1010- (BOOL )application : (UIApplication *)application
1111 didFinishLaunchingWithOptions : (NSDictionary *)launchOptions {
12- // Test analyzer warning still works.
13- BOOL x = @" true" ;
1412 [GeneratedPluginRegistrant registerWithRegistry: self ];
1513 // Override point for customization after application launch.
1614 return [super application: application didFinishLaunchingWithOptions: launchOptions];
You can’t perform that action at this time.
0 commit comments