Skip to content

Commit

Permalink
refactor: [ANDROAPP-6170] Remove TeiDashboardTestNoComposable from suite
Browse files Browse the repository at this point in the history
Signed-off-by: andresmr <[email protected]>
  • Loading branch information
andresmr committed May 29, 2024
1 parent 9d1701b commit 376bb8e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import org.dhis2.usescases.searchte.SearchTETest
import org.dhis2.usescases.settings.SettingsTest
import org.dhis2.usescases.sync.SyncActivityTest
import org.dhis2.usescases.teidashboard.TeiDashboardTest
import org.dhis2.usescases.teidashboard.TeiDashboardTestNoComposable
import org.dhis2.usescases.teidashboard.dialogs.scheduling.SchedulingDialogUiTest
import org.junit.runner.RunWith
import org.junit.runners.Suite
Expand All @@ -37,7 +36,6 @@ import org.junit.runners.Suite
SettingsTest::class,
SyncActivityTest::class,
TeiDashboardTest::class,
TeiDashboardTestNoComposable::class,
SchedulingDialogUiTest::class,
)
class UseCaseTestsSuite

0 comments on commit 376bb8e

Please sign in to comment.