Skip to content

Commit bdf3cd7

Browse files
committed
test: fix expected event name
1 parent a0434d4 commit bdf3cd7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/integration/retryable-reads/retryable_reads.spec.prose.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ describe('Retryable Reads Spec Prose', () => {
103103
);
104104
expect(cmapEvents.shift()).to.have.property(
105105
'name',
106-
'connectionCheckOutStarted',
106+
'connectionCheckedOut',
107107
'expected 3) first checkout to succeed'
108108
);
109109

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ describe('Retryable Writes Spec Prose', () => {
156156
);
157157
expect(cmapEvents.shift()).to.have.property(
158158
'name',
159-
'connectionCheckOutStarted',
159+
'connectionCheckedOut',
160160
'expected 3) first checkout to succeed'
161161
);
162162

0 commit comments

Comments
 (0)