How make androidTest PeriodicWorkRequest for testDriver?
In my application, I use WorkManager with Hilt for periodic requests that run once a day. this is necessary to clear data across in the Room DAO.
In my application, I use WorkManager with Hilt for periodic requests that run once a day. this is necessary to clear data across in the Room DAO.