Fixed typo from package name migration
This commit is contained in:
parent
87c59e63ee
commit
d055b61ed9
|
@ -799,7 +799,7 @@ class ResponseParserTest : FinTsTestBase() {
|
||||||
?: run { fail("No segment of type TanInfo found in ${result.receivedSegments}") }
|
?: run { fail("No segment of type TanInfo found in ${result.receivedSegments}") }
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun assertTanMethodParameter(parsedTanMethodParameters: List<nTanMethodParameters>, index: Int, securityFunction: Sicherheitsfunktion,
|
private fun assertTanMethodParameter(parsedTanMethodParameters: List<TanMethodParameters>, index: Int, securityFunction: Sicherheitsfunktion,
|
||||||
tanMethod: DkTanMethod?, methodName: String) {
|
tanMethod: DkTanMethod?, methodName: String) {
|
||||||
|
|
||||||
val tanMethodParameters = parsedTanMethodParameters[index]
|
val tanMethodParameters = parsedTanMethodParameters[index]
|
||||||
|
|
Loading…
Reference in New Issue