Skip to content

Commit

Permalink
test: unskip float test for issue fixed in 3.43.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Sep 16, 2024
1 parent 6c84e93 commit 3f4c50b
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 @@ -664,7 +664,7 @@ def test_load_extension_error

def test_raw_float_infinity
# https://github.com/sparklemotion/sqlite3-ruby/issues/396
skip if SQLite3::SQLITE_LOADED_VERSION >= "3.43.0"
skip if SQLite3::SQLITE_LOADED_VERSION == "3.43.0"

db = SQLite3::Database.new ":memory:"
db.execute("create table foo (temperature float)")
Expand Down

0 comments on commit 3f4c50b

Please sign in to comment.