From 5bd55646ebe9b287f748bd474d7d1977d529268c Mon Sep 17 00:00:00 2001 From: Georgiy Tarasov Date: Wed, 18 Dec 2024 17:22:58 +0100 Subject: [PATCH] fix: typo --- ee/hogai/eval/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ee/hogai/eval/conftest.py b/ee/hogai/eval/conftest.py index 591d6c023c241..c6f1924485692 100644 --- a/ee/hogai/eval/conftest.py +++ b/ee/hogai/eval/conftest.py @@ -13,7 +13,7 @@ from posthog.test.base import BaseTest -# Flaky is a handful tool, but it always runs setup fixtures for retries. +# Flaky is a handy tool, but it always runs setup fixtures for retries. # This decorator will just retry without re-running setup. def retry_test_only(max_retries=3): def decorator(func):