From d65e05571081e2274fa05e7295f8b4cc9eb9837a Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Wed, 2 Jul 2025 22:31:23 +0200 Subject: [PATCH] Fix test --- src/vpp/vpp_iface_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/vpp/vpp_iface_test.go b/src/vpp/vpp_iface_test.go index 5d54f65..fb24e4f 100644 --- a/src/vpp/vpp_iface_test.go +++ b/src/vpp/vpp_iface_test.go @@ -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) {