useless extra line in test

This commit is contained in:
JB Baudens 2021-05-10 13:06:15 -06:00
parent 10d709b658
commit 43f0df21cf
1 changed files with 0 additions and 1 deletions

View File

@ -190,7 +190,6 @@ func TestGlobErrorDirExistsAndContainsFile(t *testing.T) {
if err == nil { if err == nil {
t.Error("expected error for bad pattern; got none") t.Error("expected error for bad pattern; got none")
} }
} }
} }