Skip to content

Commit

Permalink
try different path on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
gschlager committed Jun 2, 2024
1 parent 2c533d7 commit 495d5a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_database.rb
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def test_extension_loading
when /linux/
@db.load_extension(File.join(__dir__, 'extensions/text.so'))
when /darwin/
@db.load_extension(File.join(__dir__, 'extensions/text.dylib'))
@db.load_extension(File.join(__dir__, 'extensions/text'))
end

r = @db.query_single_splat("select reverse('abcd')")
Expand Down

0 comments on commit 495d5a4

Please sign in to comment.