Skip to content

Commit

Permalink
test missing positional argument
Browse files Browse the repository at this point in the history
  • Loading branch information
JssDWt committed Oct 8, 2023
1 parent 6f32315 commit b6dfbc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/sdk-bindings/tests/bindings/test_breez_sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ def test():
sdk_services = breez_sdk.connect(config, seed, SDKListener())
node_info = sdk_services.node_info()
print(node_info)
payments = sdk_services.list_payments(breez_sdk.ListPaymentsRequest(breez_sdk.PaymentTypeFilter.ALL))
payments = sdk_services.list_payments()

test()

0 comments on commit b6dfbc1

Please sign in to comment.