Skip to content

Commit

Permalink
t - Retter opp tester til å bruke SivilstandRina
Browse files Browse the repository at this point in the history
  • Loading branch information
MariamPervez committed Nov 13, 2024
1 parent 1293ed8 commit febe153
Show file tree
Hide file tree
Showing 10 changed files with 47 additions and 52 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ internal class PBuc10IntegrationTest : JournalforingTestBase() {
gjenlevendeFnr = fnrSokVoken,
sivilstand = SivilstandItem(
fradato = "01-30-1980",
status = "01"
status = SivilstandRina.enslig
),
krav = GJENLEV,
relasjon = RelasjonTilAvdod.EKTEFELLE,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ internal class KravInitialiseringsServiceTest {
sivilstand = listOf(
SivilstandItem(
dato.toString(),
SivilstandRina.GIFT
SivilstandRina.gift
)
),
statsborgerskap = listOf(
Expand Down Expand Up @@ -49,7 +49,7 @@ internal class KravInitialiseringsServiceTest {
person = Person(
sivilstand = listOf(
SivilstandItem(null,
"enslig"
SivilstandRina.enslig
)
),
statsborgerskap = listOf(
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/buc/P2000-NAV.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"fradato" : "2018-02-01",
"status" : "gift"
}, {
"status" : "skilt_fra_registrert_partnerskap",
"status" : "skilt",
"fradato" : "2016-02-01"
} ],
"pin" : [ {
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/buc/P2100-PinDK-NAV.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"etternavnvedfoedsel": "gdafgadfgadfgd",
"sivilstand": [
{
"status": "enke_enkemann",
"status": "enslig",
"fradato": "2002-12-19"
}
],
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/buc/P2100-PinNO.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"etternavnvedfoedsel": "gdafgadfgadfgd",
"sivilstand": [
{
"status": "enke_enkemann",
"status": "enslig",
"fradato": "2002-12-19"
}
],
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/eux/SedResponseP2000.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"fradato" : "2018-02-01",
"status" : "gift"
}, {
"status" : "skilt_fra_registrert_partnerskap",
"status" : "skilt",
"fradato" : "2016-02-01"
} ],
"pin" : [ {
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/sed/P2000-NAV.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"fradato" : "2018-02-01",
"status" : "gift"
}, {
"status" : "skilt_fra_registrert_partnerskap",
"status" : "skilt",
"fradato" : "2016-02-01"
} ],
"pin" : [ {
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/sed/P2000-ugyldigFNR-NAV.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"fradato" : "2018-02-01",
"status" : "gift"
}, {
"status" : "skilt_fra_registrert_partnerskap",
"status" : "skilt",
"fradato" : "2016-02-01"
} ],
"pin" : [ {
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/sed/P2100-PinNO-NAV.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"etternavnvedfoedsel": "gdafgadfgadfgd",
"sivilstand": [
{
"status": "enke_enkemann",
"status": "enslig",
"fradato": "2002-12-19"
}
],
Expand Down

0 comments on commit febe153

Please sign in to comment.