Skip to content

Commit 925a20d

Browse files
authored
Update test_names.md
1 parent 4d5bf39 commit 925a20d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/framework/datatesting/test_names.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sidebar_label: Data Test Names
99
By default, the name of each test is simply the `toString()` on the input row.
1010
This typically works well for data classes on the JVM but requires the input rows to be _stable_.
1111

12-
However, we can specify how the test names are geenerated if we are not using stable data classes, or if we are
12+
However, we can specify how the test names are generated if we are not using stable data classes, or if we are
1313
executing on a non-JVM target, or simply wish to customize.
1414

1515
### Stable Names

0 commit comments

Comments
 (0)