Skip to content

Commit

Permalink
Update internal/errors/net_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Kiichiro YUKAWA <[email protected]>
  • Loading branch information
2 people authored and kevindiu committed Feb 3, 2021
1 parent ae9195c commit 3f445f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/errors/net_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func TestErrInvalidDNSConfig(t *testing.T) {
},
},
{
name: "return an ErrInvalidDNSConfig when dnsRefreshDur is 5m0s and dnsCacheExp is empty",
name: "return an ErrInvalidDNSConfig when dnsRefreshDur is 5 minute and dnsCacheExp is empty",
args: args{
dnsRefreshDur: 5 * time.Minute,
},
Expand Down

0 comments on commit 3f445f2

Please sign in to comment.