Skip to content

Commit

Permalink
fix aggregator.go import package (#431)
Browse files Browse the repository at this point in the history
This import package doesn't match the tests file, preventing imports of
the project from master with tests (without go modules).

The package path matches the test file version, so this moves
aggregator.go to match too.
  • Loading branch information
Damien Mathieu authored and lizthegrey committed Jan 15, 2020
1 parent 2d5ba32 commit 3a32a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/export/metric/aggregator/aggregator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

package aggregator_test // import "go.opentelemetry.io/otel/sdk/metric/aggregator"
package aggregator_test // import "go.opentelemetry.io/otel/sdk/export/metric/aggregator"

import (
"errors"
Expand Down

0 comments on commit 3a32a19

Please sign in to comment.