Skip to content

Commit

Permalink
remove valid for linux, but invalid for mac os
Browse files Browse the repository at this point in the history
  • Loading branch information
aguzmans committed Feb 25, 2024
1 parent e296d91 commit e3a760f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tools/file-works_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ func TestIsValidPath(t *testing.T) {
expectedValid: false,
expectedError: "invalid character ':' found in the path",
},
"/usr/local/bin/executable": {
expectedValid: false,
expectedError: "the file or one or more directories in the path do not exist or can not be created",
},
"/home/user/pictures/photo.jpg": {
expectedValid: false,
expectedError: "the file or one or more directories in the path do not exist or can not be created",
Expand Down

0 comments on commit e3a760f

Please sign in to comment.