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 e7322f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 99 deletions.
8 changes: 0 additions & 8 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
GROUP=app.cash.backfila

org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=5g -Dfile.encoding=UTF-8

org.gradle.caching=true
org.gradle.configuration-cache=true
org.gradle.vfs.watch=true
org.gradle.configureondemand=true
org.gradle.parallel=true

misk.test.logging=false
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 e7322f4

Please sign in to comment.