diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2017-01-30 13:14:41 +0100 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2017-01-30 13:14:41 +0100 |
commit | aa249bc28c6f6c4f5cb6fea2d71ea593f10431b0 (patch) | |
tree | 68a4506381541e6af70affb3cb3587cc8555747f | |
parent | 9b058a30ea07dc237e3cc2ad434b3a6f51be340c (diff) | |
download | go-git-aa249bc28c6f6c4f5cb6fea2d71ea593f10431b0.tar.gz |
config: fix TestUnmarshallMarshall test
-rw-r--r-- | config/modules_test.go | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/config/modules_test.go b/config/modules_test.go index ab7b116..36cd93f 100644 --- a/config/modules_test.go +++ b/config/modules_test.go @@ -54,10 +54,7 @@ func (s *ModulesSuite) TestUnmarshall(c *C) { } func (s *ModulesSuite) TestUnmarshallMarshall(c *C) { - input := []byte(`[submodule "qux"] - path = qux - url = https://github.com/foo/qux.git -[submodule "foo/bar"] + input := []byte(`[submodule "foo/bar"] path = foo/bar url = https://github.com/foo/bar.git ignore = all |