mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-12 09:27:01 +00:00
test mock update
This commit is contained in:
parent
c847656ca5
commit
1674c04020
1 changed files with 5 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue