diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2016-12-12 15:50:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-12 15:50:15 +0100 |
commit | df9748cfb51db9c406e3df063badbd8c78ee819d (patch) | |
tree | c03578daefa14b14ca480c3e801ee8e225599b22 /plumbing/protocol/packp/advrefs_decode_test.go | |
parent | 3967812bd0de40330dfbb9e1a7d14d4073cc1b10 (diff) | |
download | go-git-df9748cfb51db9c406e3df063badbd8c78ee819d.tar.gz |
transport: new git protocol (#175)
Diffstat (limited to 'plumbing/protocol/packp/advrefs_decode_test.go')
-rw-r--r-- | plumbing/protocol/packp/advrefs_decode_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plumbing/protocol/packp/advrefs_decode_test.go b/plumbing/protocol/packp/advrefs_decode_test.go index 2cc2568..e9a01f8 100644 --- a/plumbing/protocol/packp/advrefs_decode_test.go +++ b/plumbing/protocol/packp/advrefs_decode_test.go @@ -46,7 +46,7 @@ func (s *AdvRefsDecodeSuite) TestShortForHash(c *C) { pktline.FlushString, } r := toPktLines(c, payloads) - s.testDecoderErrorMatches(c, r, ".*too short") + s.testDecoderErrorMatches(c, r, ".*too short.*") } func (s *AdvRefsDecodeSuite) testDecoderErrorMatches(c *C, input io.Reader, pattern string) { |