We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fefac4 commit 1c12067Copy full SHA for 1c12067
docs/testing/unit_testing.md
@@ -218,8 +218,8 @@ your overriding function make sure to check `HasFailure()` and return if the
218
parent function failed.
219
220
If you don't override any of the setup/teardown functions, you can simply make a
221
-type alias: `using YourTestContext = Test::AppContext;` instead of defining
222
-your own text context class.
+type alias: `using YourTestContext = Test::AppContext;` instead of defining your
+own text context class.
223
224
## Best practices
225
0 commit comments