Skip to content

Commit cef0eee

Browse files
authored
Fix typo in test
1 parent a2e89da commit cef0eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Main.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ main = run [consoleReporter] do
144144
liftEffect $ end pool
145145

146146
describe "transactions" do
147-
it "does not commit after an error inside a transation" do
147+
it "does not commit after an error inside a transaction" do
148148
pool <- liftEffect $ mkPool connectionInfo
149149
withClient pool $ \c -> do
150150
execute_ (Query "delete from artist") c

0 commit comments

Comments
 (0)