Skip to content

Commit

Permalink
feat(health-sdk): Code fix
Browse files Browse the repository at this point in the history
  • Loading branch information
llevente committed Jul 17, 2024
1 parent 3387811 commit 33f6f99
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class PaymentDetailsTest {
recipient = "Jack Vance",
iban = "DE987654321",
amount = "9.99:EUR",
purpose = "Still testing",
purpose = "Still testing"
)

// When
Expand Down Expand Up @@ -99,7 +99,7 @@ class PaymentDetailsTest {
recipient = "Jack Vance",
iban = "DE987654321",
amount = "9.99:EUR",
purpose = "Still testing",
purpose = "Still testing"
)

// When
Expand Down Expand Up @@ -130,7 +130,7 @@ class PaymentDetailsTest {
recipient = "Jack Vance",
iban = "DE987654321",
amount = "9.99",
purpose = "Still testing",
purpose = "Still testing"
)

// When
Expand Down

0 comments on commit 33f6f99

Please sign in to comment.