Skip to content

Commit

Permalink
aghnet: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneOne1 committed Apr 15, 2021
1 parent a2845d1 commit f9b9d22
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/aghnet/addr_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,6 @@ func TestGenerateHostName(t *testing.T) {

for _, tc := range testCases {
t.Run(tc.name, func(t *testing.T) {
if tc.name == "good_ipv6" {
t.Log("few")
}
hostname := GenerateHostName(tc.ip)
assert.Equal(t, tc.want, hostname)
})
Expand Down

0 comments on commit f9b9d22

Please sign in to comment.