Skip to content

Commit

Permalink
Update import name to m3 (m3db#826)
Browse files Browse the repository at this point in the history
  • Loading branch information
benraskin92 authored Aug 6, 2018
1 parent 2aee380 commit 0ae0b60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/query/functions/linear/datetime.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
"math"
"time"

"github.com/m3db/m3db/src/query/executor/transform"
"github.com/m3db/m3/src/query/executor/transform"
)

const (
Expand Down
6 changes: 3 additions & 3 deletions src/query/functions/linear/datetime_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ import (
"testing"
"time"

"github.com/m3db/m3db/src/query/parser"
"github.com/m3db/m3db/src/query/test"
"github.com/m3db/m3db/src/query/test/executor"
"github.com/m3db/m3/src/query/parser"
"github.com/m3db/m3/src/query/test"
"github.com/m3db/m3/src/query/test/executor"

"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
Expand Down

0 comments on commit 0ae0b60

Please sign in to comment.