From b7178c055e91ae9a37ba2820d033feba66fc1b72 Mon Sep 17 00:00:00 2001 From: Sean DuBois Date: Tue, 1 Feb 2022 10:43:12 -0500 Subject: [PATCH] Remove TestMissingCandidateFoundation This is covered in TestCandidateMarshal --- candidate_test.go | 7 ------- 1 file changed, 7 deletions(-) diff --git a/candidate_test.go b/candidate_test.go index 1ffebad..f2591b9 100644 --- a/candidate_test.go +++ b/candidate_test.go @@ -337,10 +337,3 @@ func TestCandidateMarshal(t *testing.T) { assert.Equal(t, test.marshaled, actualCandidate.Marshal()) } } - -func TestMissingCandidateFoundation(t *testing.T) { - // " 1 udp 2113939711 2607:f8b0:400e:c0a::7f 19305 typ host generation 0" - // " 1 tcp 2113939710 2607:f8b0:400e:c0a::7f 19305 typ host tcptype passive generation 0" - // " 1 udp 2113932031 172.253.117.127 19305 typ host generation 0" - // " 1 tcp 2113932030 172.253.117.127 19305 typ host tcptype passive generation 0" -}