Skip to content

Commit

Permalink
[#500] Trails: Update variable name.
Browse files Browse the repository at this point in the history
  • Loading branch information
a-stacey committed Aug 19, 2019
1 parent 5bf00cb commit b46ec6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/trails/test/Mirza/Trails/Tests/Client.hs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import Data.UUID.V4
-- === Trails Servant Client tests
clientSpec :: IO TestTree
clientSpec = do
let todoTests = testCaseSteps "TODO" $ \step ->
let trailTests = testCaseSteps "TODO" $ \step ->
bracket runTrailsApp (\(a,b) -> endWaiApp (a,b)) $ \(_tid, baseurl) -> do
let http = runClient baseurl

Expand Down Expand Up @@ -222,7 +222,7 @@ clientSpec = do
pure $ testGroup "Trails HTTP Client tests"
[
healthTests
, todoTests
, trailTests
]


Expand Down

0 comments on commit b46ec6b

Please sign in to comment.