Skip to content

Commit

Permalink
Make linter happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
norpadon committed Sep 7, 2024
1 parent 6506a70 commit fb0213b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def error_prone_function() -> int:
raise NotImplementedError

with pytest.raises(SchemaValidationError):
result = error_prone_function()
error_prone_function()

assert mock_model.call_count == 4 # Initial call + 3 retries

Expand Down

0 comments on commit fb0213b

Please sign in to comment.