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"