We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ef3247 commit fde867eCopy full SHA for fde867e
internal/projectconfig/testsuite.go
@@ -14,7 +14,7 @@ var (
14
15
// TestSuiteConfig defines a named test suite.
16
type TestSuiteConfig struct {
17
- // The test's name; not present in serialized TOML files (populated from the map key).
+ // The test suite's name; not present in serialized TOML files (populated from the map key).
18
Name string `toml:"-" json:"name" table:",sortkey"`
19
20
// Description of the test suite.
0 commit comments