From 4742e0a888ffef08b228272fa016f57c107237c3 Mon Sep 17 00:00:00 2001 From: drunsinn Date: Mon, 26 Apr 2021 19:34:02 +0200 Subject: [PATCH] update name --- tests/test_plc_read.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()