Skip to content

Commit

Permalink
Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Aug 19, 2024
1 parent 0d3d85c commit 3f1ac0d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions writers/transfer/writer_test.go
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
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"

"github.com/artie-labs/reader/config"
"testing"
)

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

0 comments on commit 3f1ac0d

Please sign in to comment.