We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12d1021 commit 75cd8c5Copy full SHA for 75cd8c5
mongo/options/changestreamoptions_test.go
@@ -3,7 +3,7 @@ package options
3
import (
4
"testing"
5
6
- "go.mongodb.org/mongo-driver/internal/assert"
+ "github.com/stretchr/testify/assert"
7
)
8
9
func TestMergeChangeStreamOptions(t *testing.T) {
0 commit comments