[ARVADOS] updated: 1.1.4-270-ge041053
Git user
git at public.curoverse.com
Wed May 16 16:59:58 EDT 2018
Summary of changes:
sdk/go/arvados/fs_site_test.go | 1 +
1 file changed, 1 insertion(+)
via e0410530aad1450f06de7bfbe2b038e8d07dbd73 (commit)
from a0f18645f8eccc1f260dfdc71f40ee30a77f75b3 (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 e0410530aad1450f06de7bfbe2b038e8d07dbd73
Author: Ward Vandewege <wvandewege at veritasgenetics.com>
Date: Wed May 16 16:59:29 2018 -0400
Fix another ineffassign warning in our golang code.
No issue #
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege at veritasgenetics.com>
diff --git a/sdk/go/arvados/fs_site_test.go b/sdk/go/arvados/fs_site_test.go
index 371eab2..80028dc 100644
--- a/sdk/go/arvados/fs_site_test.go
+++ b/sdk/go/arvados/fs_site_test.go
@@ -42,6 +42,7 @@ func (s *SiteFSSuite) TestByIDEmpty(c *check.C) {
f, err := s.fs.Open("/by_id")
c.Assert(err, check.IsNil)
fis, err := f.Readdir(-1)
+ c.Check(err, check.IsNil)
c.Check(len(fis), check.Equals, 0)
}
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list