Skip to content

Commit 344f94b

Browse files
committed
test: fix test
1 parent 4ce6f4f commit 344f94b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/retryable-writes/retryable_writes.spec.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ interface RetryableWriteTestContext {
1515
}
1616

1717
const ALLOWED_BULK_PROPERTIES = [
18-
'ackknowledged',
18+
'acknowledged',
1919
'insertedCount',
2020
'matchedCount',
2121
'modifiedCount',

0 commit comments

Comments
 (0)