Skip to content

Commit f2a9d83

Browse files
committed
Refactor method name in test_business_host.py
1 parent fb2030c commit f2a9d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/test_business_host.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def test_dispatch_on_get_connections():
124124
bs = RedditService()
125125
bs.Limit = 1
126126
bs.on_init()
127-
_list = bs._dispatch_on_get_connections()
127+
_list = bs.on_get_connections()
128128
_list_len = _list.__len__()
129129
for i in range(0, _list_len):
130130
print(_list.__getitem__(i))

0 commit comments

Comments
 (0)