Skip to content

Commit

Permalink
remove: LeoMoeAPI Test
Browse files Browse the repository at this point in the history
  • Loading branch information
sjlleo committed Jun 20, 2022
1 parent ddffdb3 commit 0ccdae8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ipgeo/ipgeo_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ import (
)

func TestLeoIP(t *testing.T) {
res, err := LeoIP("1.1.1.1")
assert.Nil(t, err)
assert.NotNil(t, res)
assert.NotEmpty(t, res.Asnumber)
assert.NotEmpty(t, res.Isp)
// res, err := LeoIP("1.1.1.1")
// assert.Nil(t, err)
// assert.NotNil(t, res)
// assert.NotEmpty(t, res.Asnumber)
// assert.NotEmpty(t, res.Isp)
}

func TestIPSB(t *testing.T) {
Expand Down

0 comments on commit 0ccdae8

Please sign in to comment.