Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
imshivam-gupta committed Dec 15, 2023
1 parent 817ec85 commit e5e5411
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/helpers/test_helpers.mocks.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2558,14 +2558,14 @@ class MockCommentService extends _i2.Mock implements _i34.CommentService {
returnValueForMissingStub: _i4.Future<void>.value(),
) as _i4.Future<void>);
@override
_i4.Future<dynamic> getCommentsForPost(String? postId) => (super.noSuchMethod(
_i4.Future<List<dynamic>> getCommentsForPost(String? postId) => (super.noSuchMethod(
Invocation.method(
#getCommentsForPost,
[postId],
),
returnValue: _i4.Future<dynamic>.value(),
returnValueForMissingStub: _i4.Future<dynamic>.value(),
) as _i4.Future<dynamic>);
returnValue: _i4.Future<List<dynamic>>.value(),
returnValueForMissingStub: _i4.Future<List<dynamic>>.value(),
) as _i4.Future<List<dynamic>>);
}

/// A class which mocks [AppTheme].
Expand Down

0 comments on commit e5e5411

Please sign in to comment.