Skip to content

Commit

Permalink
Update mongo/integration/client_side_encryption_prose_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Preston Vasquez <prestonvasquez@icloud.com>
  • Loading branch information
blink1073 and prestonvasquez committed Apr 11, 2024
1 parent 87bd643 commit 2dfa669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mongo/integration/client_side_encryption_prose_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2458,7 +2458,7 @@ func TestClientSideEncryptionProse(t *testing.T) {
})

// GODRIVER-3123. When we implement this feature, lower the min server version to 8.0.1
qeRunOpts22 := qeRunOpts.MinServerVersion("8.0")
qeRunOpts22 := qeRunOpts.MaxServerVersion("7.99.99")
mt.RunOpts("22. range explicit encryption", qeRunOpts22, func(mt *mtest.T) {
type testcase struct {
typeStr string
Expand Down

0 comments on commit 2dfa669

Please sign in to comment.