refactor: remove commented-out code in udp_test.go to improve code clarity

This commit is contained in:
2025-12-30 21:14:36 -06:00
parent 73b982c6e0
commit 9f36e37f94

View File

@@ -66,7 +66,6 @@ func TestNewUDPInterface(t *testing.T) {
func TestUDPInterfaceState(t *testing.T) { func TestUDPInterfaceState(t *testing.T) {
// Basic state tests are covered by BaseInterface tests // 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" addr := "127.0.0.1:0"
ui, _ := NewUDPInterface("udpState", addr, "", true) ui, _ := NewUDPInterface("udpState", addr, "", true)