Diff between 294326c0999fb5a86c4c9f6a520c58edcb97489f and 79bd6bcee435ab7e528fc724d124664f77240e5e
Changed Files
| File | Additions | Deletions | Status |
| test/test-cyclingspeed | +1 | -1 | modified |
Full Patch
diff --git a/test/test-cyclingspeed b/test/test-cyclingspeed
index 4b8d841..393f79c 100755
--- a/test/test-cyclingspeed
+++ b/test/test-cyclingspeed
@@ -144,7 +144,7 @@ if __name__ == "__main__":
device_path = device.object_path
cscmanager = dbus.Interface(bus.get_object(BUS_NAME, adapter_path),
- CYCLINGSPEED_WATCHER_INTERFACE)
+ CYCLINGSPEED_MANAGER_INTERFACE)
watcher_path = "/test/watcher"
watcher = Watcher(bus, watcher_path)