Skip to content

Commit

Permalink
GODRIVER-3038 Drop test collection in test cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
prestonvasquez committed May 10, 2024
1 parent ae605c2 commit 328ec90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/integration/client_side_encryption_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -692,6 +692,7 @@ func TestFLEIndexView(t *testing.T) {
assert.NoError(mt, err)

coll := client.Database("db").Collection("coll")
mt.Cleanup(func() { coll.Drop(context.Background()) })

mt.Run("create many", func(mt *mtest.T) {
createIndexes(mt, coll, 2)
Expand Down

0 comments on commit 328ec90

Please sign in to comment.