From 9f36e37f94c619ca2fc2818deb34596bc6404af3 Mon Sep 17 00:00:00 2001 From: Sudo-Ivan Date: Tue, 30 Dec 2025 21:14:36 -0600 Subject: [PATCH] refactor: remove commented-out code in udp_test.go to improve code clarity --- pkg/interfaces/udp_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/interfaces/udp_test.go b/pkg/interfaces/udp_test.go index cd7b9bc..9fa0134 100644 --- a/pkg/interfaces/udp_test.go +++ b/pkg/interfaces/udp_test.go @@ -66,7 +66,6 @@ func TestNewUDPInterface(t *testing.T) { func TestUDPInterfaceState(t *testing.T) { // Basic state tests are covered by BaseInterface tests - // Add specific UDP ones if needed, e.g., involving the conn addr := "127.0.0.1:0" ui, _ := NewUDPInterface("udpState", addr, "", true)