Skip to content

Commit

Permalink
[google_maps_flutter] Removes hotfix for test that changes the map si…
Browse files Browse the repository at this point in the history
…ze (flutter#6097)
  • Loading branch information
bparrishMines authored and mauricioluz committed Jan 26, 2023
1 parent 3abb846 commit c36048d
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -426,10 +426,6 @@ void main() {
});

testWidgets('testInitialCenterLocationAtCenter', (WidgetTester tester) async {
// TODO(bparrishMines): Remove this line when resizing virtual displays doesn't
// clamp displays that are smaller than the screen.
// See https://github.com/flutter/flutter/issues/106750
AndroidGoogleMapsFlutter.useAndroidViewSurface = true;
await tester.binding.setSurfaceSize(const Size(800, 600));

final Completer<GoogleMapController> mapControllerCompleter =
Expand Down

0 comments on commit c36048d

Please sign in to comment.