Fixed typo from package name migration

This commit is contained in:
dankito 2024-08-24 17:13:44 +02:00
parent 87c59e63ee
commit d055b61ed9
1 changed files with 1 additions and 1 deletions

View File

@ -799,7 +799,7 @@ class ResponseParserTest : FinTsTestBase() {
?: 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) {
val tanMethodParameters = parsedTanMethodParameters[index]