Skip to content

Commit

Permalink
rebased and regenerated mocks (and fixed submitting user)
Browse files Browse the repository at this point in the history
  • Loading branch information
elitree committed Jul 24, 2023
1 parent c53c48b commit bae3ab7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ class MockGoogleMapController extends _i1.Mock
returnValueForMissingStub: null,
);
@override
void updateTileOverlays(Set<_i3.TileOverlay>? newOverlays) =>
void updateTileOverlays(Set<_i2.TileOverlay>? newOverlays) =>
super.noSuchMethod(
Invocation.method(
#updateTileOverlays,
Expand All @@ -297,15 +297,15 @@ class MockGoogleMapController extends _i1.Mock
returnValueForMissingStub: null,
);
@override
void clearTileCache(_i3.TileOverlayId? id) => super.noSuchMethod(
void clearTileCache(_i2.TileOverlayId? id) => super.noSuchMethod(
Invocation.method(
#clearTileCache,
[id],
),
returnValueForMissingStub: null,
);
@override
void showInfoWindow(_i3.MarkerId? markerId) => super.noSuchMethod(
void showInfoWindow(_i2.MarkerId? markerId) => super.noSuchMethod(
Invocation.method(
#showInfoWindow,
[markerId],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// Mocks generated by Mockito 5.3.2 from annotations
// Mocks generated by Mockito 5.4.1 from annotations
// in google_maps_flutter_web_integration_tests/integration_test/overlays_test.dart.
// Do not manually edit this file.

// @dart=2.19

// ignore_for_file: no_leading_underscores_for_library_prefixes
import 'dart:async' as _i3;

Expand Down

0 comments on commit bae3ab7

Please sign in to comment.