Fixed that BIC is now written to HKSAL
This commit is contained in:
parent
4948d2ce7e
commit
9ef1458edb
|
@ -18,7 +18,7 @@ class SaldenabfrageVersion7Test : FinTsTestBase() {
|
||||||
val result = underTest.format()
|
val result = underTest.format()
|
||||||
|
|
||||||
// then
|
// then
|
||||||
expect(result).toBe("HKSAL:3:7+$Iban::$CustomerId::280:$BankCode+N")
|
expect(result).toBe("HKSAL:3:7+$Iban:$Bic:$CustomerId::280:$BankCode+N")
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@ -31,7 +31,7 @@ class SaldenabfrageVersion7Test : FinTsTestBase() {
|
||||||
val result = underTest.format()
|
val result = underTest.format()
|
||||||
|
|
||||||
// then
|
// then
|
||||||
expect(result).toBe("HKSAL:3:7+$Iban::$CustomerId::280:$BankCode+J")
|
expect(result).toBe("HKSAL:3:7+$Iban:$Bic:$CustomerId::280:$BankCode+J")
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue