From 9290103e53b762df73331b760ebf5b12a3ef4762 Mon Sep 17 00:00:00 2001 From: Konstantin Knizhnik Date: Thu, 31 Jul 2025 18:19:27 +0300 Subject: [PATCH] Update test_runner/regress/test_unlogged_build.py Co-authored-by: Heikki Linnakangas --- test_runner/regress/test_unlogged_build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_runner/regress/test_unlogged_build.py b/test_runner/regress/test_unlogged_build.py index bfd565b66f..5aa055d644 100644 --- a/test_runner/regress/test_unlogged_build.py +++ b/test_runner/regress/test_unlogged_build.py @@ -77,7 +77,7 @@ def test_unlogged_build(neon_env_builder: NeonEnvBuilder): for thread in threads: thread.join() - # Sanity check that the indexes were buitl with the "unlogged build" + # Sanity check that the indexes were built with the "unlogged build" # method. GIN always uses that method currently, but if a different, more # efficient, method is invented later, that might invalidate this test. assert endpoint.log_contains("starting unlogged build of relation")