TF-4368 Add tearDown for consistency with other test groups.
This commit is contained in:
@@ -1331,5 +1331,11 @@ void main() {
|
||||
expect(result.emailList, isNotNull);
|
||||
},
|
||||
);
|
||||
|
||||
tearDown(() {
|
||||
reset(networkDataSource);
|
||||
reset(localDataSource);
|
||||
reset(stateDataSource);
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user