Fixed that default customerSystemId is now again NichtBenoetigt (0)
This commit is contained in:
parent
dcda52d65f
commit
662d9d963d
|
@ -17,7 +17,7 @@ class IdentifikationsSegmentTest : FinTsTestBase() {
|
||||||
val result = underTest.format()
|
val result = underTest.format()
|
||||||
|
|
||||||
// then
|
// then
|
||||||
assertThat(result).isEqualTo("HKIDN:2:2+280:12345678+0987654321+0+1")
|
assertThat(result).isEqualTo("HKIDN:2:2+280:12345678+0987654321+0+0")
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue