Skip to content

Commit

Permalink
Removed todo [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Oct 6, 2024
1 parent bb125b3 commit 4485ede
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/constraint_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,7 @@ def test_int_var_domain
x = model.new_int_var(lower_bound, upper_bound, "x")

assert_equal lower_bound, x.domain.min
# TODO figure out segfault on Mac ARM
# assert_equal upper_bound, x.domain.max
assert_equal upper_bound, x.domain.max
end

def test_sum_empty_true
Expand Down

0 comments on commit 4485ede

Please sign in to comment.