Skip to content

Commit 581162a

Browse files
nhachichaCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent ca44050 commit 581162a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

driver-core/src/test/unit/com/mongodb/internal/connection/DefaultServerSpecification.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ class DefaultServerSpecification extends Specification {
259259
]
260260
}
261261

262-
def 'should invalidate the pool when the exception without system overloaded label'() {
262+
def 'should invalidate the pool when the exception does not have the system overloaded label'() {
263263
given:
264264
def connectionPool = Mock(ConnectionPool)
265265
connectionPool.get(_) >> { throw exceptionToThrow }

0 commit comments

Comments
 (0)