Skip to content

Commit a815ebf

Browse files
committed
Fix typo in exception message in MongoService
1 parent 17a9bb1 commit a815ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bosk-mongo/src/test/java/works/bosk/drivers/mongo/internal/MongoService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public void restoreConnection() {
7474
MONGO_PROXY.enable();
7575
awaitTcpConnection();
7676
} catch (IOException e) {
77-
throw new IllegalStateException("Failed to cut connection", e);
77+
throw new IllegalStateException("Failed to restore connection", e);
7878
}
7979
}
8080

0 commit comments

Comments
 (0)