X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c48d1065413543feff55260bb46b29f984b228df..f7e3001b53e9f26fd1d413308093bb9700bb9287:/services/api/test/unit/arvados_model_test.rb diff --git a/services/api/test/unit/arvados_model_test.rb b/services/api/test/unit/arvados_model_test.rb index 7fab34c15f..ca9198fd98 100644 --- a/services/api/test/unit/arvados_model_test.rb +++ b/services/api/test/unit/arvados_model_test.rb @@ -87,7 +87,7 @@ class ArvadosModelTest < ActiveSupport::TestCase end end - test "unique uuid index exists on all models with the column uuid" do + test "unique uuid index exists on all models with the column uuid" do tables = ActiveRecord::Base.connection.tables tables.each do |table| columns = ActiveRecord::Base.connection.columns(table) @@ -140,7 +140,7 @@ class ArvadosModelTest < ActiveSupport::TestCase search_index = indexes.select do |index| index.columns == search_index_columns end - assert !search_index.empty?, "#{table} does not have search index with all searchable columns" + assert !search_index.empty?, "#{table} does not have search index with all searchable columns #{search_index_columns}" end end end