Skip to content
Snippets Groups Projects
Commit a5c5c314 authored by Gregor Maier's avatar Gregor Maier
Browse files

BSC-2822: add unit test

parent ae762ddd
No related branches found
No related tags found
No related merge requests found
......@@ -63,6 +63,11 @@ public class MockDeviceManager extends DeviceManagerImpl {
return res;
}
@Override
public void deleteDevice(Device device) {
super.deleteDevice(device);
}
/**
* Learn a device using the given characteristics.
* @param macAddress the MAC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment