Skip to content

Commit

Permalink
aghnet: imp test naming
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneOne1 committed Mar 19, 2021
1 parent 14eb1e1 commit 8237c50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/aghnet/systemresolvers_others_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ func TestSystemResolvers_DialFunc(t *testing.T) {
address: "127.0.0.1",
want: fakeDialErr,
}, {
name: "invalid",
name: "invalid_split_host",
address: "127.0.0.1::123",
want: badAddrPassedErr,
}, {
name: "not_an_address",
name: "invalid_parse_ip",
address: "not-ip",
want: badAddrPassedErr,
}}
Expand Down

0 comments on commit 8237c50

Please sign in to comment.