tighten up logging
This commit is contained in:
@@ -32,6 +32,10 @@ func TestNewInterfaceManager(t *testing.T) {
|
||||
if manager.watchingEvents {
|
||||
t.Error("InterfaceManager should not be watching events initially")
|
||||
}
|
||||
|
||||
if manager.hasConnectedBefore {
|
||||
t.Error("InterfaceManager should not have hasConnectedBefore set initially")
|
||||
}
|
||||
}
|
||||
|
||||
func TestInterfaceManagerSetEventCallback(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user