Skip to content

Commit

Permalink
Organize imports for test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Aug 19, 2024
1 parent 9c11ce5 commit 03df0cf
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions writers/transfer/writer_test.go
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
package transfer

import (
"github.com/artie-labs/reader/config"
"github.com/artie-labs/reader/lib/mongo"
"testing"

transferCfg "github.com/artie-labs/transfer/lib/config"
"github.com/artie-labs/transfer/lib/kafkalib"
"github.com/stretchr/testify/assert"
"go.mongodb.org/mongo-driver/bson"
"go.mongodb.org/mongo-driver/bson/primitive"
"testing"

"github.com/artie-labs/reader/config"
"github.com/artie-labs/reader/lib/mongo"
)

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

0 comments on commit 03df0cf

Please sign in to comment.