We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2e89da commit cef0eeeCopy full SHA for cef0eee
test/Main.purs
@@ -144,7 +144,7 @@ main = run [consoleReporter] do
144
liftEffect $ end pool
145
146
describe "transactions" do
147
- it "does not commit after an error inside a transation" do
+ it "does not commit after an error inside a transaction" do
148
pool <- liftEffect $ mkPool connectionInfo
149
withClient pool $ \c -> do
150
execute_ (Query "delete from artist") c
0 commit comments