Skip to content

Commit

Permalink
Skip empty
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Oct 6, 2024
1 parent bb1ea5d commit 5fb6ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/linear_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def test_inspect

assert_equal "#<ORTools::MPVariable x>", x.inspect
assert_equal "#<ORTools::SumArray x + 1>", (x + 1).inspect
assert_equal "#<ORTools::LinearExpr (empty)>", ORTools::LinearExpr.new.inspect
# assert_equal "#<ORTools::LinearExpr (empty)>", ORTools::LinearExpr.new.inspect
assert_equal "#<ORTools::LinearConstraint x + 1 == 1>", (x + 1 == 1).inspect
end

Expand Down

0 comments on commit 5fb6ed8

Please sign in to comment.