This commit is contained in:
Simon Willison 2018-12-04 12:21:36 -08:00 committed by Tom Christie
parent e4ef8bdfaf
commit ff0d1588ab
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ any in-process background tasks have completed.
and is only currently supported by the `uvicorn` server. Make sure to use the
latest `uvicorn` release if you need startup/cleanup support.
## Running event handers in tests
## Running event handlers in tests
You might want to explicitly call into your event handlers in any test setup
or test teardown code.