[ARVADOS] updated: f9a1468065776ee71eb43c45e6813bfae69fe0e0

Git user git at public.curoverse.com
Mon Apr 10 13:33:26 EDT 2017


Summary of changes:
 services/crunch-run/crunchrun_test.go | 4 ----
 1 file changed, 4 deletions(-)

       via  f9a1468065776ee71eb43c45e6813bfae69fe0e0 (commit)
      from  3f5c2b95de8483e277a472846ad7e5b2ccb1f79a (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 f9a1468065776ee71eb43c45e6813bfae69fe0e0
Author: radhika <radhika at curoverse.com>
Date:   Mon Apr 10 13:32:22 2017 -0400

    8465: test cleanup

diff --git a/services/crunch-run/crunchrun_test.go b/services/crunch-run/crunchrun_test.go
index 3062fc0..cba6c82 100644
--- a/services/crunch-run/crunchrun_test.go
+++ b/services/crunch-run/crunchrun_test.go
@@ -103,10 +103,6 @@ func (m *MockConn) Write(b []byte) (int, error) {
 	return len(b), nil
 }
 
-func (m *MockConn) Close() error {
-	return nil
-}
-
 func NewMockConn() *MockConn {
 	c := &MockConn{}
 	return c

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list