Skip to content

Commit fde867e

Browse files
reubenoCopilot
andauthored
fix: correct comment
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3ef3247 commit fde867e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/projectconfig/testsuite.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ var (
1414

1515
// TestSuiteConfig defines a named test suite.
1616
type TestSuiteConfig struct {
17-
// The test's name; not present in serialized TOML files (populated from the map key).
17+
// The test suite's name; not present in serialized TOML files (populated from the map key).
1818
Name string `toml:"-" json:"name" table:",sortkey"`
1919

2020
// Description of the test suite.

0 commit comments

Comments
 (0)