fix(@projects/@claire): 🐛 correct spelling in test names

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Natalie 2026-05-31 17:47:31 -06:00
parent a3750b68cc
commit 8d8c1e32e9
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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"