You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[google_maps] Relax the Android renderer requset test (flutter#3364)
Updates the "initialized with latest renderer" test to just test that
the rest resulted in some valid response, since we can't actually
control what the server returns; the request is non-binding, and there
are cases where (e.g., depending on the device details) the legacy
renderer will be returned regardless.
Copy file name to clipboardExpand all lines: packages/google_maps_flutter/google_maps_flutter_android/example/integration_test/latest_renderer_test.dart
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,14 @@ void main() {
22
22
});
23
23
24
24
testWidgets('initialized with latest renderer', (WidgetTester _) async {
0 commit comments