diff options
-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 |