Skip to content

Commit 4303c1f

Browse files
committed
Remove comments
1 parent 5429bce commit 4303c1f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

internal/testing/exp/fixture/fixture.go

-6
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ import (
77
)
88

99
type FixtureInit interface {
10-
// Exported name for a helper, as it's intended to eventually make it to its
11-
// own package.
12-
1310
SetTB(testing.TB)
1411
}
1512

@@ -33,9 +30,6 @@ func (s *setups) append(setup Setuper) {
3330
func (s *NullSetup) Setup() {}
3431

3532
type Fixture struct {
36-
// Exported name for a helper, as it's intended to eventually make it to its
37-
// own package.
38-
3933
testing.TB
4034
}
4135

0 commit comments

Comments
 (0)