Skip to content

Commit

Permalink
Better name for the checks test
Browse files Browse the repository at this point in the history
  • Loading branch information
tchoutri committed Jun 7, 2024
1 parent b712230 commit 030650e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Confer/CLI/Cmd/CheckTest.hs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import Utils
spec :: TestEff TestTree
spec =
testThese
"Check Tests"
"Symlink Checks"
[ testThis "Test that existing symlink succeeds" testExistingSymlink
, testThis "Test that non-existing symlink fails" testNonExistingSymlink
, testThis "Test that symlink to non-existing file fails" testSymlinkToNonExistingTarget
Expand Down

0 comments on commit 030650e

Please sign in to comment.