Skip to content

Commit

Permalink
Address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
xichen2020 committed Feb 12, 2019
1 parent b9ca2aa commit eab29d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration/raw_query_with_filter_orderby_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func TestRawQueryWithFilterOrderBy(t *testing.T) {

// Start the server.
log := ts.dbOpts.InstrumentOptions().Logger()
log.Info("testing raw query without filter with order by clauses")
log.Info("testing raw query with filter and order by clauses")
require.NoError(t, ts.startServer())
log.Info("server is now up")

Expand Down
2 changes: 1 addition & 1 deletion integration/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ import (
"testing"
"time"

"github.com/m3db/m3x/instrument"
"github.com/xichen2020/eventdb/server/http"
"github.com/xichen2020/eventdb/server/http/handlers"
"github.com/xichen2020/eventdb/services/eventdb/serve"
"github.com/xichen2020/eventdb/sharding"
"github.com/xichen2020/eventdb/storage"

"github.com/m3db/m3x/instrument"
"github.com/stretchr/testify/require"
validator "gopkg.in/validator.v2"
yaml "gopkg.in/yaml.v2"
Expand Down

0 comments on commit eab29d7

Please sign in to comment.