Skip to content

Commit

Permalink
Use testify/assert in decimal_test.go for v1.11.7 (#1284)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewdale authored Jun 6, 2023
1 parent 67f3381 commit b2afacb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bson/primitive/decimal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import (
"math/big"
"testing"

"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"go.mongodb.org/mongo-driver/internal/testutil/assert"
)

type bigIntTestCase struct {
Expand Down

0 comments on commit b2afacb

Please sign in to comment.