Skip to content

Commit db86435

Browse files
committed
fix: updated import dependecy in utils/taskchampion
1 parent 373e50c commit db86435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils/taskchampion/credentials_storage_test.mocks.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import 'dart:async' as _i3;
77

88
import 'package:mockito/mockito.dart' as _i1;
9-
import 'package:shared_preferences/src/shared_preferences_legacy.dart' as _i2;
9+
import 'package:shared_preferences/shared_preferences.dart' as _i2;
1010

1111
// ignore_for_file: type=lint
1212
// ignore_for_file: avoid_redundant_argument_values

0 commit comments

Comments
 (0)