Skip to content

Commit

Permalink
format number
Browse files Browse the repository at this point in the history
Co-authored-by: Noah Stapp <noah@noahstapp.com>
Co-authored-by: Ezra Chung <88335979+eramongodb@users.noreply.github.com>
  • Loading branch information
3 people committed Jul 23, 2024
1 parent ddf42dc commit 7306a8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/client-side-encryption/tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3231,7 +3231,7 @@ class ClientEncryptionOpts {
Create a key with `clientEncryption.createDataKey`. Store the returned key ID in a variable named `keyId`.
Call `clientEncryption.encrypt` to encrypt the int32 value 123 with these options:
Call `clientEncryption.encrypt` to encrypt the int32 value `123` with these options:
```typescript
class EncryptOpts {
Expand All @@ -3249,7 +3249,7 @@ Store the result in a variable named `payload_defaults`.
#### Case 1: Uses libmongocrypt defaults
Call `clientEncryption.encrypt` to encrypt the int32 value 123 with these options:
Call `clientEncryption.encrypt` to encrypt the int32 value `123` with these options:
```typescript
class EncryptOpts {
Expand All @@ -3273,7 +3273,7 @@ Assert the returned payload size equals the size of `payload_defaults`.
#### Case 2: Accepts `trimFactor` 0
Call `clientEncryption.encrypt` to encrypt the int32 value 123 with these options:
Call `clientEncryption.encrypt` to encrypt the int32 value `123` with these options:
```typescript
class EncryptOpts {
Expand Down

0 comments on commit 7306a8f

Please sign in to comment.