Skip to content

Commit

Permalink
oppdaterte test
Browse files Browse the repository at this point in the history
  • Loading branch information
taniaholst committed Feb 6, 2024
1 parent 28c12b7 commit 63f40cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class SanityFiltersKtTest : FunSpec({
test("byggInnsatsgruppeFilter skal returnere tom streng når ingen innsatsgrupper er valgt") {
val innsatsgruppe = null
val result = byggInnsatsgruppeFilter(innsatsgruppe)
result shouldBe ""
result shouldBe "&& tiltakstype->innsatsgruppe->nokkel in []"
}

test("byggInnsatsgruppeFilter skal returnere korrekt Groq-uttrykk når en innsatsgruppe er gitt") {
Expand Down

0 comments on commit 63f40cf

Please sign in to comment.