TF-4368 Add tearDown for consistency with other test groups.

This commit is contained in:
dab246
2026-03-11 12:59:53 +07:00
committed by Dat H. Pham
parent 23a3e9243e
commit 2d45909ad1
@@ -1331,5 +1331,11 @@ void main() {
expect(result.emailList, isNotNull);
},
);
tearDown(() {
reset(networkDataSource);
reset(localDataSource);
reset(stateDataSource);
});
});
}