Skip to content

Commit

Permalink
fix spec on travis
Browse files Browse the repository at this point in the history
`127.0.0.2` is a thing
  • Loading branch information
stakach committed Jun 17, 2019
1 parent 933c161 commit 6c52114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/pinger_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe Pinger do
end

it "should raise error on bang method failure" do
expect_raises(Pinger::Error) { Pinger.new("127.0.0.2").ping! }
expect_raises(Pinger::Error) { Pinger.new("192.0.0.2").ping! }
end

travis_guard "should ping IPv6" do
Expand Down

0 comments on commit 6c52114

Please sign in to comment.