Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mbryzek committed Jun 4, 2024
1 parent ccbdadf commit 066507b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api/app/util/ProcessDeletes.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ object ProcessDeletes {
"public.organization_logs", "search.items"
)
val ApplicationSoft: Seq[String] = Seq(
"public.changes", "public.versions", "public.watches"
"public.application_moves", "public.changes", "public.versions", "public.watches"
)
val ApplicationHard: Seq[String] = Seq("search.items")
val VersionSoft: Seq[String] = Seq(
Expand Down
4 changes: 1 addition & 3 deletions api/test/util/ProcessDeletesSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,7 @@ class ProcessDeletesSpec extends PlaySpec with GuiceOneAppPerSuite with Helpers

"Application" must {
"soft" in {
val Ignore = Seq("public.application_moves")
getTablesSoft("application_guid")
.filterNot(Ignore.contains) mustBe ProcessDeletes.ApplicationSoft
getTablesSoft("application_guid") mustBe ProcessDeletes.ApplicationSoft
}
"hard" in {
getTablesHard("application_guid") mustBe ProcessDeletes.ApplicationHard
Expand Down

0 comments on commit 066507b

Please sign in to comment.