Skip to content

Commit f326dc9

Browse files
authored
fix: clean up typos (#21)
1 parent 315611c commit f326dc9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

odize.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ var (
2121
ErrTestOptionNotAllowedInCI = errors.New("test option 'Only' not allowed in CI environment")
2222
)
2323

24-
// NewGroup - Create a new test group.
24+
// NewGroup - Create a new test group.
2525
//
26-
// If t he ODIZE_TAGS environment variable is set, then only tests with matching tags will be run.
26+
// If the ODIZE_TAGS environment variable is set, then only tests with matching tags will be run.
2727
func NewGroup(t *testing.T, tags *[]string) *TestGroup {
2828
groupTags := tags
2929
if groupTags == nil {

0 commit comments

Comments
 (0)