Skip to content

Commit df656bc

Browse files
committed
[EN-1328] no arguments test added
1 parent 536af7e commit df656bc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/test_endpoint_class.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ def dxfeed():
1313
dxf.close_connection()
1414

1515

16+
def test_endpoint_no_arguments():
17+
dxf = dx.Endpoint()
18+
assert 'Connected' == dxf.connection_status
19+
20+
1621
def test_connection_status_property(dxfeed):
1722
assert 'Connected' == dxfeed.connection_status
1823

0 commit comments

Comments
 (0)