Skip to content

Commit

Permalink
take 4
Browse files Browse the repository at this point in the history
  • Loading branch information
xfalcox committed Aug 29, 2023
1 parent 671ac1e commit 3e84ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mini_sql/postgres/connection_test.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

require "test_helper"
require "pgvector" if RUBY_ENGINE != "jruby" && RUBY_VERSION >= "2.7"
require "pgvector" if RUBY_ENGINE != "jruby" && RUBY_VERSION >= "3.0"

class MiniSql::Postgres::TestConnection < Minitest::Test
def setup
Expand Down

0 comments on commit 3e84ae0

Please sign in to comment.