Skip to content

Commit b8f2a74

Browse files
author
Kevin Hellemun
committed
Added missing doc block. (#77)
1 parent 04826df commit b8f2a74

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/model/generated/endpoint/test_payment.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,10 @@ def test_payment_chat(self):
7070
)
7171

7272
def test_payment_batch(self):
73-
response_create: endpoint.BunqResponseInt =\
73+
"""
74+
"""
75+
76+
response_create: endpoint.BunqResponseInt = \
7477
endpoint.PaymentBatch.create(
7578
self.__create_payment_list()
7679
)

0 commit comments

Comments
 (0)