From c2c60357adc629f00d8eb6788587bd6656ffc525 Mon Sep 17 00:00:00 2001 From: Jean-Louis Leysens Date: Wed, 16 Feb 2022 17:36:36 +0100 Subject: [PATCH] revert import and fix comment type --- .../export_types/common/pdf/integration_tests/pdfmaker.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/reporting/server/export_types/common/pdf/integration_tests/pdfmaker.test.ts b/x-pack/plugins/reporting/server/export_types/common/pdf/integration_tests/pdfmaker.test.ts index e120f03b1f2e..533fb3781355 100644 --- a/x-pack/plugins/reporting/server/export_types/common/pdf/integration_tests/pdfmaker.test.ts +++ b/x-pack/plugins/reporting/server/export_types/common/pdf/integration_tests/pdfmaker.test.ts @@ -41,7 +41,7 @@ describe('PdfMaker', () => { /** * Leave this test skipped! It is a proof-of-concept for demonstrating that * we correctly handle a worker OOM error. Due to the variability of when - * Node will terminate the worker thread due to exceeding resource resource + * Node will terminate the worker thread for exceeding resource * limits we cannot guarantee this test will always execute in a reasonable * amount of time. */