Correctie schrijf test
All checks were successful
build / build (push) Successful in 1m8s

This commit is contained in:
2025-03-15 21:12:38 +01:00
parent ee8ca45a59
commit 2cead40a74
2 changed files with 6 additions and 1 deletions

View File

@@ -79,7 +79,7 @@ class lmwsipTest(unittest.TestCase):
def test_cmdWrite(self):
self.login()
self.assertEqual(type(self.sip.cmdWrite("WN", "DUMMY", "H10", "+00:20", "2020-01-01", "00:00", "35/10;33/10")), str)
self.assertEqual(type(self.sip.cmdWrite("WNT", "DUMMY", "H10", "+00:20", "2020-01-01", "00:00", "35/10;33/10")), str)
def test_value(self):
self.login()