Skip to content

Commit

Permalink
Fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Dec 3, 2024
1 parent 256bd44 commit 8d37c2d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/sqlite_float32_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ def test_schema
if ActiveRecord::VERSION::MAJOR >= 8
assert_match %{create_virtual_table "vec_items", "vec0"}, contents
end
refute_match "Could not dump table", contents
if ActiveRecord::VERSION::STRING.to_f >= 7.1
refute_match "Could not dump table", contents
end
end

def test_invalid_dimensions
Expand Down

0 comments on commit 8d37c2d

Please sign in to comment.