This commit is contained in:
Pim van Pelt
2025-07-02 22:31:23 +02:00
parent 8ed14834f5
commit d65e055710

View File

@ -33,9 +33,6 @@ func TestNewInterfaceManager(t *testing.T) {
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) {