review & forgotten fixes from other PR

This commit is contained in:
Simon Frei
2018-03-18 01:42:31 +01:00
committed by Audrius Butkevicius
parent ae74ac8329
commit 81bd428b25
5 changed files with 18 additions and 16 deletions

View File

@@ -436,11 +436,11 @@ func TestFolderCheckPath(t *testing.T) {
}{
{
path: "",
err: errMarkerMissing,
err: ErrMarkerMissing,
},
{
path: "does not exist",
err: errPathMissing,
err: ErrPathMissing,
},
{
path: "dir",