Skip to content

Commit

Permalink
remove arc folder test
Browse files Browse the repository at this point in the history
  • Loading branch information
kMutagene committed Oct 23, 2023
1 parent 9d66996 commit 3a7cd2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ArcValidation/TestGeneration/Critical/ArcFileSystem.fs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module FileSystem =
let pathConfig = arcConfig.PathConfig

testList "Filesystem" [
testCase "arcFolder" <| fun () -> Validate.Critical.FilesystemEntry.folder pathConfig.DotArcFolderPath |> throwError FilesystemEntry.isPresent
//testCase "arcFolder" <| fun () -> Validate.Critical.FilesystemEntry.folder pathConfig.DotArcFolderPath |> throwError FilesystemEntry.isPresent
testCase "InvestigationFile" <| fun () -> Validate.Critical.FilesystemEntry.file pathConfig.InvestigationPath |> throwError FilesystemEntry.isPresent
testCase "StudiesFolder" <| fun () -> Validate.Critical.FilesystemEntry.folder pathConfig.StudiesPath |> throwError FilesystemEntry.isPresent
testCase "AssaysFolder" <| fun () -> Validate.Critical.FilesystemEntry.folder pathConfig.AssaysPath |> throwError FilesystemEntry.isPresent
Expand Down

0 comments on commit 3a7cd2b

Please sign in to comment.