diff options
Diffstat (limited to '')
-rw-r--r-- | tools/ipconverter/main_test.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/ipconverter/main_test.go b/tools/ipconverter/main_test.go index 394dc28..10d09ab 100644 --- a/tools/ipconverter/main_test.go +++ b/tools/ipconverter/main_test.go @@ -26,11 +26,10 @@ func TestIPtoInt(t *testing.T) { } } - func TestIPtoN(t *testing.T) { tests := map[string]string{ "3232235521": "192.168.0.1", - "167772161": "10.0.0.1", + "167772161": "10.0.0.1", } for test := range tests { r, err := IPtoN(test) |