Skip to content

Commit

Permalink
SIG meeting feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared committed Sep 8, 2023
1 parent 0596ce1 commit 1712b9c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions sdk/metric/metricdata/metricdatatest/assertion.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,14 @@ type Datatypes interface {
// TestingT is an interface that implements `testing.T`, but without the
// private method of `testing.TB`, so other testing packages can rely on it as
// well.
//
// Warning: methods may be added to this interface in minor releases.
type TestingT interface {
Helper()
// DO NOT CHANGE: any modification will not be backwards compatible and
// must never be done outside of a new major release.

Error(...any)
// DO NOT CHANGE: any modification will not be backwards compatible and
// must never be done outside of a new major release.
}

type config struct {
Expand Down

0 comments on commit 1712b9c

Please sign in to comment.