[ARVADOS] updated: 533bf8f1120c0f3fd74a31dfda990cc832b2aa51

Git user git at public.curoverse.com
Tue Apr 11 09:32:46 EDT 2017


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

       via  533bf8f1120c0f3fd74a31dfda990cc832b2aa51 (commit)
      from  f08a738f1565b2dabde28dc9e8d1bad9622d5529 (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 533bf8f1120c0f3fd74a31dfda990cc832b2aa51
Author: Lucas Di Pentima <lucas at curoverse.com>
Date:   Tue Apr 11 10:32:10 2017 -0300

    6304: Change assertion type for better failure message.

diff --git a/services/api/test/unit/node_test.rb b/services/api/test/unit/node_test.rb
index 2c3e5d8..2330e7c 100644
--- a/services/api/test/unit/node_test.rb
+++ b/services/api/test/unit/node_test.rb
@@ -84,7 +84,7 @@ class NodeTest < ActiveSupport::TestCase
     Dir.mktmpdir do |tmpdir|
       Rails.configuration.dns_server_conf_dir = tmpdir
       refute Node.dns_server_update 'compute65535', '127.0.0.127'
-      assert Dir.entries(tmpdir).select{|f| File.file? f}.empty?
+      assert_empty Dir.entries(tmpdir).select{|f| File.file? f}
     end
   end
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list