From c47e7b17f55d546b4158ab4b0d61b8f7e081ef57 Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Mon, 29 Dec 2014 12:28:44 -0500 Subject: [PATCH] 4523: Fix whitespace. --- services/api/test/unit/arvados_model_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/api/test/unit/arvados_model_test.rb b/services/api/test/unit/arvados_model_test.rb index a3b7adc33b..be78c8394a 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) -- 2.30.2