Skip to content

Commit

Permalink
chore: Re-generate mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
spydon committed Dec 12, 2023
1 parent 805c8ac commit af9f063
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/app_center/test/test_utils.mocks.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2384,14 +2384,14 @@ class MockRatingsClient extends _i1.Mock implements _i11.RatingsClient {

@override
_i14.Future<List<_i21.Vote>> getSnapVotes(
String? snap_id,
String? snapId,
String? token,
) =>
(super.noSuchMethod(
Invocation.method(
#getSnapVotes,
[
snap_id,
snapId,
token,
],
),
Expand Down

0 comments on commit af9f063

Please sign in to comment.