Skip to content

Commit

Permalink
Merge pull request #6 from shayne-fletcher/rename-test
Browse files Browse the repository at this point in the history
tweak description for consistency
  • Loading branch information
shayne-fletcher committed Mar 29, 2024
2 parents 9499a3e + 5661afc commit c1b2cd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/Test.hs
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ main :: IO ()
main = defaultMain tests

tests :: TestTree
tests = testGroup " All tests" [
tests = testGroup "All tests" [
basic
]

basic :: TestTree
basic = testGroup "Basic" [
testCase "todo" todoTest
, testCase "unimplementedTest" unimplementedTest
, testCase "unimplemented" unimplementedTest
]

todoTest :: IO ()
Expand Down

0 comments on commit c1b2cd2

Please sign in to comment.