We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78bb08f commit 0468f56Copy full SHA for 0468f56
packages/hyper_storage/test/hyper_storage_test.dart
@@ -333,7 +333,7 @@ void main() {
333
334
test('clear removes all data from storage and containers', () async {
335
final storage = HyperStorage.instance;
336
- final container = await storage.container('test') as HyperStorageContainer;
+ final container = await storage.container('test');
337
final jsonContainer = await storage.jsonSerializableContainer<User>(
338
'users',
339
toJson: (user) => user.toJson(),
0 commit comments