We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 315611c commit f326dc9Copy full SHA for f326dc9
1 file changed
odize.go
@@ -21,9 +21,9 @@ var (
21
ErrTestOptionNotAllowedInCI = errors.New("test option 'Only' not allowed in CI environment")
22
)
23
24
-// NewGroup - Create a new test group.
+// NewGroup - Create a new test group.
25
//
26
-// If t he ODIZE_TAGS environment variable is set, then only tests with matching tags will be run.
+// If the ODIZE_TAGS environment variable is set, then only tests with matching tags will be run.
27
func NewGroup(t *testing.T, tags *[]string) *TestGroup {
28
groupTags := tags
29
if groupTags == nil {
0 commit comments