Skip to content

Commit

Permalink
chores: regenerating mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
BLKKKBVSIK committed Dec 20, 2023
1 parent 6c1d118 commit 6d964e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class _$ChartDataImpl implements _ChartData {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$ChartDataImpl &&
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ class _$VoteImpl implements _Vote {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$VoteImpl &&
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Mocks generated by Mockito 5.4.3 from annotations
// Mocks generated by Mockito 5.4.4 from annotations
// in app_center_ratings_client/test/ratings_client_test.dart.
// Do not manually edit this file.

Expand Down

0 comments on commit 6d964e9

Please sign in to comment.