We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb2030c commit f2a9d83Copy full SHA for f2a9d83
src/tests/test_business_host.py
@@ -124,7 +124,7 @@ def test_dispatch_on_get_connections():
124
bs = RedditService()
125
bs.Limit = 1
126
bs.on_init()
127
- _list = bs._dispatch_on_get_connections()
+ _list = bs.on_get_connections()
128
_list_len = _list.__len__()
129
for i in range(0, _list_len):
130
print(_list.__getitem__(i))
0 commit comments