Fix test typo.
This commit is contained in:
committed by
Steve Chavez
parent
60b64d3e81
commit
dfdf3d30b3
@@ -21,7 +21,7 @@ import Protolude hiding (get)
|
|||||||
|
|
||||||
spec :: SpecWith ((), Application)
|
spec :: SpecWith ((), Application)
|
||||||
spec =
|
spec =
|
||||||
describe "Queryiny in parallel" $
|
describe "Querying in parallel" $
|
||||||
it "should not raise 'transaction in progress' error" $
|
it "should not raise 'transaction in progress' error" $
|
||||||
raceTest 10 $
|
raceTest 10 $
|
||||||
get "/fakefake"
|
get "/fakefake"
|
||||||
|
|||||||
Reference in New Issue
Block a user