Skip to content

Commit

Permalink
fix: fix tests with RefundTests.kt (#65)
Browse files Browse the repository at this point in the history
* fix: fix tests with RefundTests.kt

* fix: fix create test in RefundTests.kt
  • Loading branch information
aripiprazole authored Aug 29, 2023
1 parent f1948a5 commit e5797ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/kotlin/RefundTests.kt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class RefundTests {
content = ByteReadChannel(
"""
{
"refund": {
"pixTransactionRefund": {
"value": 100,
"correlationID": "7777-6f71-427a-bf00-241681624586",
"refundId": "11bf5b37e0b842e08dcfdc8c4aefc000",
Expand Down Expand Up @@ -60,7 +60,7 @@ class RefundTests {
content = ByteReadChannel(
"""
{
"refund": {
"pixTransactionRefund": {
"value": 100,
"correlationID": "7777-6f71-427a-bf00-241681624586",
"refundId": "11bf5b37e0b842e08dcfdc8c4aefc000",
Expand Down

0 comments on commit e5797ba

Please sign in to comment.