Skip to content

Commit fae9fb0

Browse files
authored
Merge pull request #134 from fredrb/patch-1
Update test-harness-framework.md
2 parents fb24a5d + 84a56fa commit fae9fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/design/test-harness-framework.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ func TestMain(m *testing.M) {
350350
})
351351

352352
env.Finish(func(ctx context.Context, cfg envconf.Config) (context.Context, error){
353-
// setup environment
353+
// teardown environment
354354
return ctx, nil
355355
})
356356
...

0 commit comments

Comments
 (0)