diff --git a/internal/errors/file_test.go b/internal/errors/file_test.go index b3c41e58ec..c2cb6c159f 100644 --- a/internal/errors/file_test.go +++ b/internal/errors/file_test.go @@ -131,7 +131,7 @@ func TestErrPathNotSpecified(t *testing.T) { } tests := []test{ { - name: "returns error", + name: "returns ErrPathNotSpecified error", want: want{ want: New("the path is not specified"), },