summaryrefslogtreecommitdiff
path: root/testbench/src/test/kotlin/Iso20022Test.kt
diff options
context:
space:
mode:
Diffstat (limited to 'testbench/src/test/kotlin/Iso20022Test.kt')
-rw-r--r--testbench/src/test/kotlin/Iso20022Test.kt4
1 files changed, 2 insertions, 2 deletions
diff --git a/testbench/src/test/kotlin/Iso20022Test.kt b/testbench/src/test/kotlin/Iso20022Test.kt
index 7e0fc7b9..26447b9d 100644
--- a/testbench/src/test/kotlin/Iso20022Test.kt
+++ b/testbench/src/test/kotlin/Iso20022Test.kt
@@ -34,7 +34,7 @@ class Iso20022Test {
} else if (name.contains("pain.002")) {
parseCustomerPaymentStatusReport(content)
} else {
- parseTxNotif(content, "CHF", mutableListOf())
+ parseTxNotif(content, "CHF")
}
}
}
@@ -56,7 +56,7 @@ class Iso20022Test {
} else if (name.contains("pain.002")) {
parseCustomerPaymentStatusReport(content)
} else {
- parseTxNotif(content, "CHF", mutableListOf())
+ parseTxNotif(content, "CHF")
}
}
}