Skip to content

Commit 75cd8c5

Browse files
authored
Fix assert import. (#1248)
1 parent 12d1021 commit 75cd8c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mongo/options/changestreamoptions_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package options
33
import (
44
"testing"
55

6-
"go.mongodb.org/mongo-driver/internal/assert"
6+
"github.com/stretchr/testify/assert"
77
)
88

99
func TestMergeChangeStreamOptions(t *testing.T) {

0 commit comments

Comments
 (0)