Fix test typo.

This commit is contained in:
Robert Vollmert
2020-03-07 13:04:17 -05:00
committed by Steve Chavez
parent 60b64d3e81
commit dfdf3d30b3
+1 -1
View File
@@ -21,7 +21,7 @@ import Protolude hiding (get)
spec :: SpecWith ((), Application)
spec =
describe "Queryiny in parallel" $
describe "Querying in parallel" $
it "should not raise 'transaction in progress' error" $
raceTest 10 $
get "/fakefake"