Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

[google_maps_flutter] Removes hotfix for test that changes the map size #6097

Merged
merged 1 commit into from
Jul 13, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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