Skip to content

Commit

Permalink
Update README.md (#6960)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivam250702 authored Oct 28, 2023
1 parent 1bc0b22 commit a485eb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def test_my_model_save():
assert body == "is awesome"
```

With the decorator wrapping the test, all the calls to s3 are automatically mocked out. The mock keeps the state of the buckets and keys.
With the decorator wrapping the test, all the calls to s3 are automatically mocked out. The mock keeps track of the state of the buckets and keys.

For a full list of which services and features are covered, please see our [implementation coverage](https://github.com/getmoto/moto/blob/master/IMPLEMENTATION_COVERAGE.md).

Expand All @@ -72,7 +72,7 @@ The full documentation can be found here:


### Financial Contributions
Support this project and continued development, by sponsoring us!
Support this project and its continued development, by sponsoring us!

Click the `Sponsor`-button at the top of the page for more information.

Expand Down

0 comments on commit a485eb4

Please sign in to comment.