Skip to content

Commit b2afacb

Browse files
authored
Use testify/assert in decimal_test.go for v1.11.7 (#1284)
1 parent 67f3381 commit b2afacb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bson/primitive/decimal_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ import (
1212
"math/big"
1313
"testing"
1414

15+
"github.com/stretchr/testify/assert"
1516
"github.com/stretchr/testify/require"
16-
"go.mongodb.org/mongo-driver/internal/testutil/assert"
1717
)
1818

1919
type bigIntTestCase struct {

0 commit comments

Comments
 (0)