Skip to content

Commit f47b4c4

Browse files
committed
fix typo in errorLabels
1 parent 5a0f79e commit f47b4c4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/integration/server-selection/server_selection_timeout_cleanup.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ describe.only('server selection timeout cleanup', function () {
3636
data: {
3737
failCommands: ['insert'],
3838
errorCode: 6,
39-
errorsLabels: ['RetryableWriteError'],
39+
errorLabels: ['RetryableWriteError'],
4040
closeConnection: false
4141
}
4242
});
@@ -52,7 +52,7 @@ describe.only('server selection timeout cleanup', function () {
5252
data: {
5353
failCommands: ['insert'],
5454
errorCode: 6,
55-
errorsLabels: ['RetryableWriteError'],
55+
errorLabels: ['RetryableWriteError'],
5656
closeConnection: false
5757
}
5858
});

0 commit comments

Comments
 (0)