Skip to content

Commit 38403d0

Browse files
authored
test(NODE-4472): fix session spec prose test numbering (#3352)
1 parent 96ff855 commit 38403d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/sessions/sessions.spec.prose.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ describe('ServerSession', () => {
2525
* Note that it's possible, although rare, for greater than 1 server session to be used because the session is not released until after the connection is checked in.
2626
* Drivers MUST assert that the number of allocated sessions is strictly less than the number of concurrent operations in every retry of this test. In this instance it would be less than (but NOT equal to) 8.
2727
*/
28-
it('13. may reuse one server session for many operations', async () => {
28+
it('14. may reuse one server session for many operations', async () => {
2929
const events: CommandStartedEvent[] = [];
3030
client.on('commandStarted', ev => events.push(ev));
3131

0 commit comments

Comments
 (0)