diff --git a/test/features/thread/data/repository/thread_repository_impl_test.dart b/test/features/thread/data/repository/thread_repository_impl_test.dart index 9a79fa9b5..79de785f5 100644 --- a/test/features/thread/data/repository/thread_repository_impl_test.dart +++ b/test/features/thread/data/repository/thread_repository_impl_test.dart @@ -1331,5 +1331,11 @@ void main() { expect(result.emailList, isNotNull); }, ); + + tearDown(() { + reset(networkDataSource); + reset(localDataSource); + reset(stateDataSource); + }); }); }