File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ def test_cache_does_not_wrap_string_results_in_arrays
160
160
# Oracle adapter returns count() as Fixnum or Float
161
161
if current_adapter? ( :OracleAdapter )
162
162
assert_kind_of Numeric , Task . connection . select_value ( "SELECT count(*) AS count_all FROM tasks" )
163
- elsif current_adapter? ( :SQLite3Adapter ) && sqlite3_version > '1.2.5' || current_adapter? ( :Mysql2Adapter ) || current_adapter? ( :MysqlAdapter )
163
+ elsif current_adapter? ( :SQLite3Adapter ) || current_adapter? ( :Mysql2Adapter ) || current_adapter? ( :MysqlAdapter )
164
164
# Future versions of the sqlite3 adapter will return numeric
165
165
assert_instance_of Fixnum ,
166
166
Task . connection . select_value ( "SELECT count(*) AS count_all FROM tasks" )
You can’t perform that action at this time.
0 commit comments