Skip to content

Commit

Permalink
[PAGOPA-2342] fix: resolved bug on JUnit test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-deri committed Nov 14, 2024
1 parent 363776b commit 55c8f24
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ object TestDData {
true,
2,
false,
false //Some(false)
Some(false)
)
val basePA = CreditorInstitution(TestItems.PA, true, Some("pa DEV ragsoc"), Some("pa DEV descr"), None, true, false, false)
val basePSP = PaymentServiceProvider(TestItems.PSP, true, Some("CFpspTest"), Some("Test-PSP"), Some("ABIAA"), Some("bic"), Some("Test"), true, false, Some("tax"), Some("vat"))
Expand All @@ -51,7 +51,7 @@ object TestDData {
Timeouts(10, 10, 10),
true,
1,
false //Some(false)
Some(false)
)

val ddataMap: ConfigData = {
Expand Down

0 comments on commit 55c8f24

Please sign in to comment.