Skip to content

Commit

Permalink
tests: improve test_get_dummy_block
Browse files Browse the repository at this point in the history
  • Loading branch information
doronz88 committed Oct 15, 2024
1 parent dc809cc commit ed6a1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpcclient/tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def test_get_dummy_block(client):
"""
:param rpcclient.client.Client client:
"""
assert client.get_dummy_block()[0] == client.symbols._NSConcreteGlobalBlock
client.cf([1, 2, 3]).objc_call('enumerateObjectsUsingBlock:', client.get_dummy_block())


def test_listdir(client):
Expand Down

0 comments on commit ed6a1bd

Please sign in to comment.