Skip to content

Commit

Permalink
generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
quetool committed Sep 28, 2023
1 parent bdda5e9 commit 753abf2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 13 deletions.
2 changes: 1 addition & 1 deletion lib/src/version.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 20 additions & 12 deletions test/shared/shared_test_utils.mocks.dart
Original file line number Diff line number Diff line change
Expand Up @@ -924,6 +924,19 @@ class MockCore extends _i1.Mock implements _i23.Core {
_i1.throwOnMissingStub(this);
}

@override
String get relayUrl => (super.noSuchMethod(
Invocation.getter(#relayUrl),
returnValue: '',
) as String);
@override
set relayUrl(String? _relayUrl) => super.noSuchMethod(
Invocation.setter(
#relayUrl,
_relayUrl,
),
returnValueForMissingStub: null,
);
@override
String get projectId => (super.noSuchMethod(
Invocation.getter(#projectId),
Expand Down Expand Up @@ -1015,14 +1028,6 @@ class MockCore extends _i1.Mock implements _i23.Core {
returnValueForMissingStub: null,
);
@override
_i15.Logger get logger => (super.noSuchMethod(
Invocation.getter(#logger),
returnValue: _FakeLogger_15(
this,
Invocation.getter(#logger),
),
) as _i15.Logger);
@override
_i7.IStore<Map<String, dynamic>> get storage => (super.noSuchMethod(
Invocation.getter(#storage),
returnValue: _FakeIStore_7<Map<String, dynamic>>(
Expand All @@ -1049,10 +1054,13 @@ class MockCore extends _i1.Mock implements _i23.Core {
returnValue: '',
) as String);
@override
String get relayUrl => (super.noSuchMethod(
Invocation.getter(#relayUrl),
returnValue: '',
) as String);
_i15.Logger get logger => (super.noSuchMethod(
Invocation.getter(#logger),
returnValue: _FakeLogger_15(
this,
Invocation.getter(#logger),
),
) as _i15.Logger);
@override
_i18.Future<void> start() => (super.noSuchMethod(
Invocation.method(
Expand Down

0 comments on commit 753abf2

Please sign in to comment.