diff --git a/app/test/mocks.mocks.dart b/app/test/mocks.mocks.dart index bee3c9c5..607cd530 100644 --- a/app/test/mocks.mocks.dart +++ b/app/test/mocks.mocks.dart @@ -241,6 +241,26 @@ class MockPersistenceService extends _i1.Mock implements _i3.PersistenceService returnValueForMissingStub: _i4.Future.value(), ) as _i4.Future); + @override + int getDiscoveryTimeout() => (super.noSuchMethod( + Invocation.method( + #getDiscoveryTimeout, + [], + ), + returnValue: 0, + returnValueForMissingStub: 0, + ) as int); + + @override + _i4.Future setDiscoveryTimeout(int? timeout) => (super.noSuchMethod( + Invocation.method( + #setDiscoveryTimeout, + [timeout], + ), + returnValue: _i4.Future.value(), + returnValueForMissingStub: _i4.Future.value(), + ) as _i4.Future); + @override bool getShareViaLinkAutoAccept() => (super.noSuchMethod( Invocation.method(