From aa249bc28c6f6c4f5cb6fea2d71ea593f10431b0 Mon Sep 17 00:00:00 2001 From: Máximo Cuadros Date: Mon, 30 Jan 2017 13:14:41 +0100 Subject: config: fix TestUnmarshallMarshall test --- config/modules_test.go | 5 +---- 1 file changed, 1 insertion(+), 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 -- cgit