Skip to content

Commit

Permalink
Fix v7/libbeat/logp (elastic#16764)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiyan-sheng authored Mar 3, 2020
1 parent 6edc696 commit fff389b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions libbeat/processors/actions/copy_fields_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@ package actions
import (
"testing"

"github.com/elastic/beats/libbeat/logp"

"github.com/stretchr/testify/assert"

"github.com/elastic/beats/v7/libbeat/beat"
"github.com/elastic/beats/v7/libbeat/common"
"github.com/elastic/beats/v7/libbeat/logp"
)

func TestCopyFields(t *testing.T) {
Expand Down
3 changes: 1 addition & 2 deletions libbeat/processors/actions/rename_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,11 @@ import (
"reflect"
"testing"

"github.com/elastic/beats/libbeat/logp"

"github.com/stretchr/testify/assert"

"github.com/elastic/beats/v7/libbeat/beat"
"github.com/elastic/beats/v7/libbeat/common"
"github.com/elastic/beats/v7/libbeat/logp"
)

func TestRenameRun(t *testing.T) {
Expand Down
3 changes: 1 addition & 2 deletions libbeat/processors/actions/truncate_fields_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@ package actions
import (
"testing"

"github.com/elastic/beats/libbeat/logp"

"github.com/stretchr/testify/assert"

"github.com/elastic/beats/v7/libbeat/beat"
"github.com/elastic/beats/v7/libbeat/common"
"github.com/elastic/beats/v7/libbeat/logp"
)

func TestTruncateFields(t *testing.T) {
Expand Down

0 comments on commit fff389b

Please sign in to comment.