diff --git a/tests/test_plc_read.py b/tests/test_plc_read.py index 40892f0..8e717cc 100644 --- a/tests/test_plc_read.py +++ b/tests/test_plc_read.py @@ -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()