Skip to content

Commit

Permalink
testfix
Browse files Browse the repository at this point in the history
  • Loading branch information
qtips committed May 30, 2022
1 parent e55f221 commit 75ce689
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ internal class FullKodeverdiMapSerializerTest {
assertThat(feilutbetalingJsonNode.get("navn").asText()).isEqualTo(FEILUTBETALING.navn)
assertThat(feilutbetalingJsonNode.get("kode").asText()).isEqualTo(FEILUTBETALING.kode)
assertThat(feilutbetalingJsonNode.get("kodeverk").asText()).isEqualTo(FEILUTBETALING.kodeverk)
assertThat(feilutbetalingJsonNode.get("felttypeKodeverk").asText())
assertThat(feilutbetalingJsonNode.get("felttypeKodeverk").isNull()).isTrue()
assertThat(feilutbetalingJsonNode.get("skalVises").asBoolean()).isTrue()
}

Expand Down

0 comments on commit 75ce689

Please sign in to comment.