Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1c12067

Browse files
restyled-commitsfeasel0
authored andcommittedJun 21, 2024·
Restyled by prettier-markdown
1 parent 4fefac4 commit 1c12067

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎docs/testing/unit_testing.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ your overriding function make sure to check `HasFailure()` and return if the
218218
parent function failed.
219219

220220
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.
221+
type alias: `using YourTestContext = Test::AppContext;` instead of defining your
222+
own text context class.
223223

224224
## Best practices
225225

0 commit comments

Comments
 (0)
Please sign in to comment.