Skip to content

Commit

Permalink
update name
Browse files Browse the repository at this point in the history
  • Loading branch information
drunsinn committed Apr 26, 2021
1 parent 977e9a9 commit 4742e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_plc_read.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import pyLSV2


def test_login(address, timeout):
def test_plc_read(address, timeout):
"""test to see if reading of plc data works"""
lsv2 = pyLSV2.LSV2(address, port=19000, timeout=timeout, safe_mode=False)
lsv2.connect()
Expand Down

0 comments on commit 4742e0a

Please sign in to comment.