Merge branch 'master' into 4523-search-index
[arvados.git] / services / api / test / unit / arvados_model_test.rb
index b9bd3308bcec39b1a05e14b0aa268eb7cbb44b61..ca9198fd98978eefddee78811ac09835364ca250 100644 (file)
@@ -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)