Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonsilva committed May 5, 2024
1 parent 3eacf16 commit 3f65452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PYTHON_CLIENT_COMPARISON.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ This code resides in `lib/http/features/line_iterable_body.rb`.
## Testing

The Ruby gem aims for 1:1 parity with the Python client. As such, it uses `Minitest` (similar to Python's `pytest`).
However, testing was simplified by using and `webmock` for stubbing requests, instead of implementing 100% test
However, testing was simplified by using `webmock` for stubbing requests, instead of implementing 100% test
coverage and using RSpec, which is usually what I do.

## Examples
Expand Down

0 comments on commit 3f65452

Please sign in to comment.