review & forgotten fixes from other PR
This commit is contained in:
committed by
Audrius Butkevicius
parent
ae74ac8329
commit
81bd428b25
@@ -436,11 +436,11 @@ func TestFolderCheckPath(t *testing.T) {
|
||||
}{
|
||||
{
|
||||
path: "",
|
||||
err: errMarkerMissing,
|
||||
err: ErrMarkerMissing,
|
||||
},
|
||||
{
|
||||
path: "does not exist",
|
||||
err: errPathMissing,
|
||||
err: ErrPathMissing,
|
||||
},
|
||||
{
|
||||
path: "dir",
|
||||
|
||||
Reference in New Issue
Block a user