rework ui
This commit is contained in:
@@ -237,6 +237,16 @@ class MockPictureController extends _i1.Mock implements _i11.PictureController {
|
||||
),
|
||||
returnValue: _i7.Future<bool>.value(false),
|
||||
) as _i7.Future<bool>);
|
||||
|
||||
@override
|
||||
_i7.Future<bool> updateEvaluation(_i12.PictureDto? dto) =>
|
||||
(super.noSuchMethod(
|
||||
Invocation.method(
|
||||
#updateEvaluation,
|
||||
[dto],
|
||||
),
|
||||
returnValue: _i7.Future<bool>.value(false),
|
||||
) as _i7.Future<bool>);
|
||||
}
|
||||
|
||||
/// A class which mocks [JwtTokenStorage].
|
||||
|
||||
Reference in New Issue
Block a user