delete weird right bracket from test

This commit is contained in:
Mitchell Rosen 2023-03-30 09:29:01 -04:00
parent 615cecb732
commit 373a24f2ae

View File

@ -82,7 +82,7 @@ testGit =
[ ( "git(https://example.com/git/project.git)",
gitHelper (ReadGitRepo "https://example.com/git/project.git" Nothing, Nothing, Path.empty)
),
( "git(https://user@example.com/git/project.git:abc)#def.hij.klm]",
( "git(https://user@example.com/git/project.git:abc)#def.hij.klm",
gitHelper (ReadGitRepo "https://user@example.com/git/project.git" (Just "abc"), sch "def", path ["hij", "klm"])
)
],