android-groceries-store
android-groceries-store copied to clipboard
Cover unit test for use case AddToCartUseCase.kt
Currently there is no testing for use case. It would be nice if we can set up one and cover them
I did some in app/src/test/java/com/hieuwu/groceriesstore/domain/usecases/impl/GetProfileUseCaseImplTest.kt, you can start writing test following the convention.
@hieuwu Can you assign this issue to me ?
@hieuwu Can you assign this issue to me ?
Sure
is this done?