Skip to content

Commit

Permalink
Fix AsyncTransactionTimeoutError timeout unit in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
taj authored Mar 8, 2024
1 parent 6011b8b commit fb8b437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sage/exceptions.ex
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ defmodule Sage.AsyncTransactionTimeoutError do
def message(%__MODULE__{name: name, timeout: timeout}) do
"""
asynchronous transaction for operation #{name} has timed out,
expected it to return within #{to_string(timeout)} microseconds
expected it to return within #{to_string(timeout)} milliseconds
"""
end
end
Expand Down

0 comments on commit fb8b437

Please sign in to comment.