Skip to content

Commit

Permalink
Fixed small typo in README.md (#1280)
Browse files Browse the repository at this point in the history
  • Loading branch information
4everTheOne authored Jan 31, 2025
1 parent 6862a14 commit 0367f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ block will ever be created in-memory.
Sometimes your code may use a method that is not yet implemented in MockBukkit.
When this happens MockBukkit will, instead of returning placeholder values, throw
an `UnimplementedOperationException`.
These exception extends `AssumationException` and will cause the test to be skipped.
These exception extends `AssumptionException` and will cause the test to be skipped.

These exceptions should just be ignored, though pull requests that add functionality to MockBukkit are always welcome!
If you don't want to add the required methods yourself you can also request the method on the issues page.
Expand Down

0 comments on commit 0367f7e

Please sign in to comment.