diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2015-11-01 01:38:35 +0100 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2015-11-01 01:38:35 +0100 |
commit | 6badbeb07eb5cc0b1be201f5d8cc8193e30bcf54 (patch) | |
tree | 73f18bf34ef70fd747c90a70fe1835dd39094af2 /remote_test.go | |
parent | c6349552c1c54ea114b92ae23fc840f68f6551f4 (diff) | |
download | go-git-6badbeb07eb5cc0b1be201f5d8cc8193e30bcf54.tar.gz |
clients: capabilities improvement
Diffstat (limited to 'remote_test.go')
-rw-r--r-- | remote_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remote_test.go b/remote_test.go index 6bfa139..c222e7d 100644 --- a/remote_test.go +++ b/remote_test.go @@ -34,7 +34,7 @@ func (s *SuiteRemote) TestCapabilities(c *C) { c.Assert(err, IsNil) c.Assert(r.Connect(), IsNil) - c.Assert(r.Capabilities().Get("agent"), HasLen, 1) + c.Assert(r.Capabilities().Get("agent").Values, HasLen, 1) } func (s *SuiteRemote) TestFetchDefaultBranch(c *C) { |