Skip to content

Commit

Permalink
Fix assert import. (#1248)
Browse files Browse the repository at this point in the history
  • Loading branch information
qingyang-hu committed May 3, 2023
1 parent 12d1021 commit 75cd8c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mongo/options/changestreamoptions_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package options
import (
"testing"

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

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

0 comments on commit 75cd8c5

Please sign in to comment.