tighten up logging

This commit is contained in:
Pim van Pelt
2025-06-24 07:51:37 +02:00
parent 3401c96112
commit 8ed14834f5
4 changed files with 13 additions and 9 deletions

View File

@@ -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) {