You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use package:mocktail in our tests, which relies on the ability to implement classes for mocking purposes. In release 0.8.16, BucketEntry (in lib/storage.dart) was sealed, making it unmockable.
The text was updated successfully, but these errors were encountered:
We use
package:mocktail
in our tests, which relies on the ability toimplement
classes for mocking purposes. In release 0.8.16,BucketEntry
(inlib/storage.dart
) was sealed, making it unmockable.The text was updated successfully, but these errors were encountered: