Skip to content

Commit

Permalink
Merge pull request ipaddress-gem#20 from Adam21e/development
Browse files Browse the repository at this point in the history
Remove test warning for test_method_minus
  • Loading branch information
Adam21e authored Jan 10, 2019
2 parents 68ec47a + 10c2072 commit 3f32248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ipaddress/prefix_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def test_method_plus
def test_method_minus
p1 = @klass.new 8
p2 = @klass.new 24
assert_equal -16, p1-p2
assert_equal (-16), p1-p2
assert_equal 16, p2-p1
assert_equal 20, p2-4
assert_equal 20r, p2-4r
Expand Down

0 comments on commit 3f32248

Please sign in to comment.