test mock update

This commit is contained in:
sneurlax 2023-07-27 14:47:29 -05:00
parent c847656ca5
commit 1674c04020

View file

@ -2203,6 +2203,11 @@ class MockManager extends _i1.Mock implements _i6.Manager {
returnValue: false,
) as bool);
@override
bool get hasFusionSupport => (super.noSuchMethod(
Invocation.getter(#hasFusionSupport),
returnValue: false,
) as bool);
@override
bool get hasTokenSupport => (super.noSuchMethod(
Invocation.getter(#hasTokenSupport),
returnValue: false,