• Heinrich Lee Yu's avatar
    Fix wrong query in maven_packages_spec.rb · 54bfd15f
    Heinrich Lee Yu authored
    The query was passing a string for file_type when it is an int.
    This is actually an unused column but was working in Rails 5
    because it was just coerced to 0 which is the default value.
    
    In Rails 6, it is now nil so no records match our query
    54bfd15f
packages.rb 6.94 KB