From 9a7b4b745b334da68ad805e85a79d6ab0f681458 Mon Sep 17 00:00:00 2001 From: Dmitry Gozman Date: Mon, 8 Nov 2021 10:08:46 -0800 Subject: [PATCH] docs: Suite.project is a method, not a property (#10135) --- docs/src/test-reporter-api/class-suite.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/test-reporter-api/class-suite.md b/docs/src/test-reporter-api/class-suite.md index 184d322663..b0b3d74c9e 100644 --- a/docs/src/test-reporter-api/class-suite.md +++ b/docs/src/test-reporter-api/class-suite.md @@ -34,8 +34,8 @@ Location in the source where the suite is defined. Missing for root and project Parent suite or [void] for the root suite. -## property: Suite.project -- type: <[void]|[TestProject]> +## method: Suite.project +- returns: <[void]|[TestProject]> Configuration of the project this suite belongs to, or [void] for the root suite.