Skip to content

Commit 0bd8f83

Browse files
committed
Fix unrelated tests failures
1 parent eb2169b commit 0bd8f83

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

test/ipinfo_test.rb

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,8 @@ def assert_ip6(resp)
5353
phone: '+000000000'
5454
}
5555
)
56-
assert_equal(
57-
resp.domains,
58-
{
59-
page: 0,
60-
total: 0,
61-
domains: []
62-
}
63-
)
56+
assert_equal(resp.domains[:total], 0)
57+
assert_equal(resp.domains[:domains], [])
6458
end
6559

6660
def assert_ip4(resp)

0 commit comments

Comments
 (0)