[ARVADOS] updated: 1.1.4-370-gcefddd8

Git user git at public.curoverse.com
Fri Jun 8 15:08:28 EDT 2018


Summary of changes:
 services/api/test/unit/arvados_model_test.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  cefddd8efdc88c3d33e5aad4c02e96c64cbe8242 (commit)
      from  54ee2b06add844efae0b0fcb97606102232974e6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit cefddd8efdc88c3d33e5aad4c02e96c64cbe8242
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date:   Fri Jun 8 14:59:41 2018 -0400

    12960: Fix test due to slightly different serialization from jsonb
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>

diff --git a/services/api/test/unit/arvados_model_test.rb b/services/api/test/unit/arvados_model_test.rb
index 9230838..d070277 100644
--- a/services/api/test/unit/arvados_model_test.rb
+++ b/services/api/test/unit/arvados_model_test.rb
@@ -99,7 +99,7 @@ class ArvadosModelTest < ActiveSupport::TestCase
                         properties: {'foo' => 'bar'}.with_indifferent_access)
     raw = ActiveRecord::Base.connection.
       select_value("select properties from links where uuid='#{link.uuid}'")
-    assert_equal '{"foo":"bar"}', raw
+    assert_equal '{"foo": "bar"}', raw
   end
 
   test "store long string" do

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list