Skip to content

Commit

Permalink
fix private ip test
Browse files Browse the repository at this point in the history
  • Loading branch information
rmorris1218 committed Mar 17, 2019
1 parent 96a2670 commit 628137f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assertion/ip_operations_test.go
Expand Up @@ -43,7 +43,7 @@ var privateIPTests = []struct {
}

func TestIsPrivateIp(t *testing.T) {
for _, input := range ipTests {
for _, input := range privateIPTests {
t.Run(input.value, func(t *testing.T) {
result := isPrivateIP(input.value)
if result != input.expectedResult {
Expand Down

0 comments on commit 628137f

Please sign in to comment.