Skip to content

Commit

Permalink
Add assertion message
Browse files Browse the repository at this point in the history
  • Loading branch information
amh4r committed Oct 31, 2023
1 parent 5f950f8 commit 1eb87f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.10
2 changes: 1 addition & 1 deletion tests/cases/debounce.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def run_test(_self: object) -> None:
run_id,
tests.helper.RunStatus.COMPLETED,
)
assert state.run_count == 1
assert state.run_count == 1, f"Expected 1 run but got {state.run_count}"

fn: inngest.Function | inngest.FunctionSync
if is_sync:
Expand Down

0 comments on commit 1eb87f9

Please sign in to comment.