Skip to content

Commit 04826df

Browse files
author
Kevin Hellemun
committed
Fixed more formatting. (#77)
1 parent 6119a69 commit 04826df

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tests/model/generated/endpoint/test_payment.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,10 @@ def test_payment_chat(self):
6464

6565
chat_id = endpoint.PaymentChat.create(payment_id).value
6666

67-
endpoint.ChatMessageText.create(chat_id, self._PAYMENT_CHAT_TEXT_MESSAGE)
67+
endpoint.ChatMessageText.create(
68+
chat_id,
69+
self._PAYMENT_CHAT_TEXT_MESSAGE
70+
)
6871

6972
def test_payment_batch(self):
7073
response_create: endpoint.BunqResponseInt =\
@@ -74,7 +77,7 @@ def test_payment_batch(self):
7477

7578
self.assertIsNotNone(response_create)
7679

77-
response_get: endpoint.BunqResponsePaymentBatch =\
80+
response_get: endpoint.BunqResponsePaymentBatch = \
7881
endpoint.PaymentBatch.get(response_create.value)
7982

8083
self.assertIsNotNone(response_get)

0 commit comments

Comments
 (0)