Skip to content

Commit

Permalink
Remove PaginationTest
Browse files Browse the repository at this point in the history
  • Loading branch information
adrw committed Feb 27, 2025
1 parent f75f16e commit 37605c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 91 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ import app.cash.backfila.ui.components.BackfillsTable
import app.cash.backfila.ui.components.DashboardPageLayout
import app.cash.backfila.ui.components.PageTitle
import app.cash.backfila.ui.components.Pagination
import java.net.HttpURLConnection
import javax.inject.Inject
import javax.inject.Singleton
import kotlinx.html.ButtonType
import kotlinx.html.a
import kotlinx.html.button
Expand All @@ -23,9 +26,6 @@ import misk.web.actions.WebAction
import misk.web.mediatype.MediaTypes
import misk.web.toResponseBody
import okhttp3.Headers
import java.net.HttpURLConnection
import javax.inject.Inject
import javax.inject.Singleton

@Singleton
class ServiceShowAction @Inject constructor(
Expand Down
88 changes: 0 additions & 88 deletions service/src/test/kotlin/app/cash/backfila/PaginationTest.kt

This file was deleted.

0 comments on commit 37605c3

Please sign in to comment.