Skip to content

Commit

Permalink
GODRIVER-2529 Remove repeat test from client_encryption_test.go (#1822)
Browse files Browse the repository at this point in the history
  • Loading branch information
joyjwang committed Sep 20, 2024
1 parent 251c732 commit ce00395
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mongo/client_encryption_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ func TestClientEncryption_ErrClientDisconnected(t *testing.T) {
t.Run("CreateEncryptedCollection", func(t *testing.T) {
t.Parallel()
_, _, err := ce.CreateEncryptedCollection(context.Background(), nil, "", options.CreateCollection(), "", nil)
assert.Equal(t, ErrClientDisconnected, err, "expected error %v, got %v", ErrClientDisconnected, err)
assert.ErrorIs(t, err, ErrClientDisconnected)
})
t.Run("AddKeyAltName", func(t *testing.T) {
Expand Down

0 comments on commit ce00395

Please sign in to comment.