Skip to content

Commit

Permalink
Fixed test for Rice 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Apr 27, 2023
1 parent ba5b339 commit a8954ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Rake::TestTask.new do |t|
end

ENV["RUBY_CC_VERSION"] = "3.2.0:3.1.0:3.0.0:2.7.0"
ENV["MACOSX_DEPLOYMENT_TARGET"] = "10.14"
ENV["MACOSX_DEPLOYMENT_TARGET"] = "10.15"

platforms = [
"x86_64-linux",
Expand Down
2 changes: 1 addition & 1 deletion test/lda_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def test_load_another_type
model = Tomoto::HDP.new
model.save(tempfile)

error = assert_raises(RuntimeError) do
error = assert_raises(SystemCallError) do
Tomoto::LDA.load(tempfile)
end
assert_match "matrix cols != 1", error.message
Expand Down

0 comments on commit a8954ca

Please sign in to comment.