Skip to content

Commit

Permalink
Change line 1245
Browse files Browse the repository at this point in the history
  • Loading branch information
lsgunnlsgunn authored and rsoeldner committed Oct 16, 2024
1 parent 6b58509 commit 73492d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pact/Pact/Core/Errors.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1242,7 +1242,7 @@ dbOpErrorToBoundedText' = \case
NoSuchTable tn ->
thsep ["Insert/Update failed because table ", renderTableName tn, "was not found."]
TableAlreadyExists tn ->
thsep ["Insert/Update failed because table", renderTableName tn, "already exists."]
thsep ["Creation of user table", renderTableName tn, "failed because the table already exists."]
TxAlreadyBegun _ ->
"Starting a new transaction failed because a transaction has already been initiated."
NotInTx cmd ->
Expand Down

0 comments on commit 73492d5

Please sign in to comment.