We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d5bf39 commit 925a20dCopy full SHA for 925a20d
documentation/docs/framework/datatesting/test_names.md
@@ -9,7 +9,7 @@ sidebar_label: Data Test Names
9
By default, the name of each test is simply the `toString()` on the input row.
10
This typically works well for data classes on the JVM but requires the input rows to be _stable_.
11
12
-However, we can specify how the test names are geenerated if we are not using stable data classes, or if we are
+However, we can specify how the test names are generated if we are not using stable data classes, or if we are
13
executing on a non-JVM target, or simply wish to customize.
14
15
### Stable Names
0 commit comments