Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pyqlsa committed Jul 17, 2022
1 parent b137a36 commit d17bf2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mapper_test.go
Expand Up @@ -512,7 +512,6 @@ func TestExistingDirMapperDefaultMissing(t *testing.T) {
_, err = p.Parse([]string{})
assert.Error(t, err)
assert.Contains(t, err.Error(), "missing-dir: no such file or directory")

}

func TestExistingDirMapperDefaultMissingCmds(t *testing.T) {
Expand Down

0 comments on commit d17bf2e

Please sign in to comment.