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 yutaaraki-toydium committed Aug 12, 2022
1 parent 9cd657e commit 5890743
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
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 5890743

Please sign in to comment.