From e5e5411489e0f69397e9b385bdaf54d7ed8633ec Mon Sep 17 00:00:00 2001 From: imshivam-gupta Date: Fri, 15 Dec 2023 13:53:26 +0530 Subject: [PATCH] Updated --- test/helpers/test_helpers.mocks.dart | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/helpers/test_helpers.mocks.dart b/test/helpers/test_helpers.mocks.dart index 055d9bad0..1ca256877 100644 --- a/test/helpers/test_helpers.mocks.dart +++ b/test/helpers/test_helpers.mocks.dart @@ -2558,14 +2558,14 @@ class MockCommentService extends _i2.Mock implements _i34.CommentService { returnValueForMissingStub: _i4.Future.value(), ) as _i4.Future); @override - _i4.Future getCommentsForPost(String? postId) => (super.noSuchMethod( + _i4.Future> getCommentsForPost(String? postId) => (super.noSuchMethod( Invocation.method( #getCommentsForPost, [postId], ), - returnValue: _i4.Future.value(), - returnValueForMissingStub: _i4.Future.value(), - ) as _i4.Future); + returnValue: _i4.Future>.value(), + returnValueForMissingStub: _i4.Future>.value(), + ) as _i4.Future>); } /// A class which mocks [AppTheme].