Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Feb 7, 2024
1 parent f97f05d commit 33862e6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/engine/experiment.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@ func (*ExperimentMeasurementSummaryKeysNotImplemented) Anomaly() bool {
return false
}

// ErrInvalidTestKeysType indicates that the test keys are invalid.
var ErrInvalidTestKeysType = errors.New("invalid test keys type")

// GetSummaryKeys implements Experiment.GetSummaryKeys.
func (e *experiment) GetSummaryKeys(m *model.Measurement) model.MeasurementSummaryKeys {
if tk, ok := m.TestKeys.(model.MeasurementSummaryKeysProvider); ok {
Expand Down

0 comments on commit 33862e6

Please sign in to comment.