Skip to content

Commit c7df276

Browse files
committed
fix broken sync
1 parent 9fe0b0e commit c7df276

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"path_provider_foundation","path":"C:\\\\Users\\\\LENOVO\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\path_provider_foundation-2.2.3\\\\","shared_darwin_source":true,"native_build":true,"dependencies":[]},{"name":"sqflite","path":"C:\\\\Users\\\\LENOVO\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\sqflite-2.2.8+4\\\\","native_build":true,"dependencies":[]}],"android":[{"name":"path_provider_android","path":"C:\\\\Users\\\\LENOVO\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\path_provider_android-2.0.27\\\\","native_build":true,"dependencies":[]},{"name":"sqflite","path":"C:\\\\Users\\\\LENOVO\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\sqflite-2.2.8+4\\\\","native_build":true,"dependencies":[]}],"macos":[{"name":"path_provider_foundation","path":"C:\\\\Users\\\\LENOVO\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\path_provider_foundation-2.2.3\\\\","shared_darwin_source":true,"native_build":true,"dependencies":[]},{"name":"sqflite","path":"C:\\\\Users\\\\LENOVO\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\sqflite-2.2.8+4\\\\","native_build":true,"dependencies":[]}],"linux":[{"name":"path_provider_linux","path":"C:\\\\Users\\\\LENOVO\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\path_provider_linux-2.1.11\\\\","native_build":false,"dependencies":[]}],"windows":[{"name":"path_provider_windows","path":"C:\\\\Users\\\\LENOVO\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\path_provider_windows-2.1.7\\\\","native_build":false,"dependencies":[]}],"web":[]},"dependencyGraph":[{"name":"path_provider","dependencies":["path_provider_android","path_provider_foundation","path_provider_linux","path_provider_windows"]},{"name":"path_provider_android","dependencies":[]},{"name":"path_provider_foundation","dependencies":[]},{"name":"path_provider_linux","dependencies":[]},{"name":"path_provider_windows","dependencies":[]},{"name":"sqflite","dependencies":[]}],"date_created":"2023-06-22 18:35:17.640261","version":"3.10.3"}
1+
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"path_provider_foundation","path":"C:\\\\Users\\\\LENOVO\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\path_provider_foundation-2.2.3\\\\","shared_darwin_source":true,"native_build":true,"dependencies":[]},{"name":"sqflite","path":"C:\\\\Users\\\\LENOVO\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\sqflite-2.2.8+4\\\\","native_build":true,"dependencies":[]}],"android":[{"name":"path_provider_android","path":"C:\\\\Users\\\\LENOVO\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\path_provider_android-2.0.27\\\\","native_build":true,"dependencies":[]},{"name":"sqflite","path":"C:\\\\Users\\\\LENOVO\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\sqflite-2.2.8+4\\\\","native_build":true,"dependencies":[]}],"macos":[{"name":"path_provider_foundation","path":"C:\\\\Users\\\\LENOVO\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\path_provider_foundation-2.2.3\\\\","shared_darwin_source":true,"native_build":true,"dependencies":[]},{"name":"sqflite","path":"C:\\\\Users\\\\LENOVO\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\sqflite-2.2.8+4\\\\","native_build":true,"dependencies":[]}],"linux":[{"name":"path_provider_linux","path":"C:\\\\Users\\\\LENOVO\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\path_provider_linux-2.1.11\\\\","native_build":false,"dependencies":[]}],"windows":[{"name":"path_provider_windows","path":"C:\\\\Users\\\\LENOVO\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\path_provider_windows-2.1.7\\\\","native_build":false,"dependencies":[]}],"web":[]},"dependencyGraph":[{"name":"path_provider","dependencies":["path_provider_android","path_provider_foundation","path_provider_linux","path_provider_windows"]},{"name":"path_provider_android","dependencies":[]},{"name":"path_provider_foundation","dependencies":[]},{"name":"path_provider_linux","dependencies":[]},{"name":"path_provider_windows","dependencies":[]},{"name":"sqflite","dependencies":[]}],"date_created":"2023-07-09 12:54:26.383097","version":"3.10.5"}

flutter_cache_manager/test/mock.mocks.dart

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class _FakeFileService_5 extends _i1.SmartFake implements _i4.FileService {
9191
class MockCacheInfoRepositoryBase extends _i1.Mock
9292
implements _i4.CacheInfoRepository {
9393
MockCacheInfoRepositoryBase() {
94-
i1.throwOnMissingStub(this);
94+
_i1.throwOnMissingStub(this);
9595
}
9696

9797
@override
@@ -229,7 +229,7 @@ class MockCacheInfoRepositoryBase extends _i1.Mock
229229
/// See the documentation for Mockito's code generation for more information.
230230
class MockCacheStoreBase extends _i1.Mock implements _i6.CacheStore {
231231
MockCacheStoreBase() {
232-
i1.throwOnMissingStub(this);
232+
_i1.throwOnMissingStub(this);
233233
}
234234

235235
@override
@@ -241,7 +241,7 @@ class MockCacheStoreBase extends _i1.Mock implements _i6.CacheStore {
241241
),
242242
) as Duration);
243243
@override
244-
set cleanupRunMinInterval(Duration? cleanupRunMinInterval) =>
244+
set cleanupRunMinInterval(Duration? _cleanupRunMinInterval) =>
245245
super.noSuchMethod(
246246
Invocation.setter(
247247
#cleanupRunMinInterval,
@@ -373,7 +373,7 @@ class MockCacheStoreBase extends _i1.Mock implements _i6.CacheStore {
373373
/// See the documentation for Mockito's code generation for more information.
374374
class MockFileServiceBase extends _i1.Mock implements _i4.FileService {
375375
MockFileServiceBase() {
376-
i1.throwOnMissingStub(this);
376+
_i1.throwOnMissingStub(this);
377377
}
378378

379379
@override
@@ -417,7 +417,7 @@ class MockFileServiceBase extends _i1.Mock implements _i4.FileService {
417417
/// See the documentation for Mockito's code generation for more information.
418418
class MockWebHelper extends _i1.Mock implements _i7.WebHelper {
419419
MockWebHelper() {
420-
i1.throwOnMissingStub(this);
420+
_i1.throwOnMissingStub(this);
421421
}
422422

423423
@override

0 commit comments

Comments
 (0)