전역 구조 리팩터링 및 테스트 확장
This commit is contained in:
@@ -55,6 +55,5 @@ void main() {
|
||||
repository = _MockApprovalRepository();
|
||||
GetIt.I.registerLazySingleton<ApprovalRepository>(() => repository);
|
||||
});
|
||||
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user