mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-11 17:06:30 +00:00
update mock
This commit is contained in:
parent
a97be12f57
commit
a97c8ad258
1 changed files with 0 additions and 7 deletions
|
@ -9,8 +9,6 @@ import 'dart:ui' as _i10;
|
|||
|
||||
import 'package:mockito/mockito.dart' as _i1;
|
||||
import 'package:stackwallet/electrumx_rpc/rpc.dart' as _i2;
|
||||
import 'package:stackwallet/services/event_bus/events/global/tor_connection_status_changed_event.dart'
|
||||
as _i12;
|
||||
import 'package:stackwallet/services/tor_service.dart' as _i11;
|
||||
import 'package:stackwallet/utilities/amount/amount_unit.dart' as _i8;
|
||||
import 'package:stackwallet/utilities/enums/backup_frequency_type.dart' as _i7;
|
||||
|
@ -665,11 +663,6 @@ class MockTorService extends _i1.Mock implements _i11.TorService {
|
|||
returnValue: false,
|
||||
) as bool);
|
||||
@override
|
||||
_i12.TorConnectionStatus get status => (super.noSuchMethod(
|
||||
Invocation.getter(#status),
|
||||
returnValue: _i12.TorConnectionStatus.disconnected,
|
||||
) as _i12.TorConnectionStatus);
|
||||
@override
|
||||
({_i3.InternetAddress host, int port}) get proxyInfo => (super.noSuchMethod(
|
||||
Invocation.getter(#proxyInfo),
|
||||
returnValue: (
|
||||
|
|
Loading…
Reference in a new issue