Skip to content

Commit

Permalink
Imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Sep 10, 2024
1 parent 0094c98 commit 35081e3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions lib/typing/mongo/bson_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,9 @@ import (
"time"

"github.com/artie-labs/transfer/lib/typing/ext"

"go.mongodb.org/mongo-driver/bson/primitive"

"go.mongodb.org/mongo-driver/bson"

"github.com/stretchr/testify/assert"
"go.mongodb.org/mongo-driver/bson"
"go.mongodb.org/mongo-driver/bson/primitive"
)

// TestJSONEToMap tests every single type is listed here:
Expand Down Expand Up @@ -100,7 +97,6 @@ func TestJSONEToMap(t *testing.T) {
}`)
result, err := JSONEToMap(bsonData)
assert.NoError(t, err)

{
// String
assert.Equal(t, "Robin Tang", result["full_name"])
Expand Down

0 comments on commit 35081e3

Please sign in to comment.