Skip to content

Commit

Permalink
fixing unit test
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Tanaka <[email protected]>
  • Loading branch information
pedro-stanaka committed Dec 6, 2024
1 parent cb16559 commit d8eba8a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pkg/receive/multitsdb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,6 @@ func TestMultiTSDBWithNilStore(t *testing.T) {
nil,
false,
metadata.NoneFunc,
nil,
)
defer func() { testutil.Ok(t, m.Close()) }()

Expand Down
2 changes: 1 addition & 1 deletion pkg/store/storepb/matcher_cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type MatchersCache interface {
GetOrSet(key LabelMatcher, newItem NewItemFunc) (*labels.Matcher, error)
}

// Ensure implementations satisfy the interface
// Ensure implementations satisfy the interface.
var (
_ MatchersCache = (*LruMatchersCache)(nil)
_ MatchersCache = (*NoopMatcherCache)(nil)
Expand Down

0 comments on commit d8eba8a

Please sign in to comment.