diff --git a/script/test/TestFinal.py b/script/test/TestFinal.py index 38ecf5e..4877547 100644 --- a/script/test/TestFinal.py +++ b/script/test/TestFinal.py @@ -3,7 +3,7 @@ class TestDev(DeviceBase): def doSomething(self): - self.setCache("VALUE", -1) + self.setCache("VALUE") dev = TestDev("Test")