Skip to content

Commit b04d7ae

Browse files
committed
typo
1 parent c293794 commit b04d7ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integrations/quart/test_quart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ async def test_quart_flask_patch(sentry_init, capture_events, reset_integrations
7878
# before anything else Quart-related is imported (since it monkeypatches
7979
# some things) and we don't want this to affect other testcases.
8080
#
81-
# It's also important this testcase be run before any other testcases
81+
# It's also important this testcase be run before any other testcase
8282
# that uses `quart_app_factory`.
8383
import quart_flask_patch # noqa: F401
8484

0 commit comments

Comments
 (0)