From 8d8c1e32e9f9bab02ee07be91eed141a571a4372 Mon Sep 17 00:00:00 2001 From: Natalie Date: Sun, 31 May 2026 17:47:31 -0600 Subject: [PATCH] =?UTF-8?q?fix(@projects/@claire):=20=F0=9F=90=9B=20correc?= =?UTF-8?q?t=20spelling=20in=20test=20names?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- tests/test_sync_auth.py | 2 +- tests/test_sync_convergence.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_sync_auth.py b/tests/test_sync_auth.py index e0b74ef..1cf04e0 100644 --- a/tests/test_sync_auth.py +++ b/tests/test_sync_auth.py @@ -154,7 +154,7 @@ def _swap_httpx_to_clients(clients_by_base: dict[str, TestClient]): ) -def test_signed_two_clares_converge(tmp_path: Path) -> None: +def test_signed_two_claires_converge(tmp_path: Path) -> None: a_secret = "a-secret-" + "A" * 40 b_secret = "b-secret-" + "B" * 40 diff --git a/tests/test_sync_convergence.py b/tests/test_sync_convergence.py index 06c3396..2a19ab7 100644 --- a/tests/test_sync_convergence.py +++ b/tests/test_sync_convergence.py @@ -85,7 +85,7 @@ def _swap_httpx_to_clients( ) -def test_two_clares_converge(tmp_path: Path) -> None: +def test_two_claires_converge(tmp_path: Path) -> None: # Build two independent Claire instances. a_dir = tmp_path / "machine-a" b_dir = tmp_path / "machine-b"