Skip to content

Commit 9561066

Browse files
author
Daniel Ruthardt
committed
💬 Fix language issues
1 parent a156da2 commit 9561066

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/core/test/prep_step

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
#
1717

1818
# core::test::prep_step
19-
# Executes a preparational step and reports success/failure with distinct formatting.
19+
# Executes a preparation step and reports success/failure with distinct formatting.
2020
#
2121
# Description:
2222
# This function executes a command intended for test setup/preparation (e.g., creating users,
23-
# setting up files, etc.). Unlike assertions, preparational steps are not test validations
23+
# setting up files, etc.). Unlike assertions, preparation steps are not test validations
2424
# themselves, but are necessary for the test to run. Failures are reported with a distinct
2525
# visual indicator to differentiate them from assertion failures.
2626
#

0 commit comments

Comments
 (0)