Skip to content

Commit

Permalink
Fixed test cases and updated version.
Browse files Browse the repository at this point in the history
  • Loading branch information
SaadHassan-dev committed Nov 21, 2023
1 parent f5b42d6 commit 6f4c4af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/ipinfo/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module IPinfo
VERSION = '1.1.0'
VERSION = '1.1.1'
end
3 changes: 2 additions & 1 deletion test/ipinfo_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def assert_ip6(resp)
{
"name": 'Comcast Cable Communications, LLC',
"domain": 'comcast.com',
"type": 'isp'
"type": ''
}
)
assert_equal(
Expand Down Expand Up @@ -77,6 +77,7 @@ def assert_ip6(resp)
assert_equal(
resp.domains,
{
"page": 0,
"total": 0,
"domains": []
}
Expand Down

0 comments on commit 6f4c4af

Please sign in to comment.