Skip to content

Commit 84a56fa

Browse files
authored
Update test-harness-framework.md
1 parent fb24a5d commit 84a56fa

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)