translate to rus

This commit is contained in:
2026-07-09 23:49:42 +03:00
parent cb573a52d5
commit 11f03eae41
8 changed files with 89 additions and 79 deletions
+1 -1
View File
@@ -66,6 +66,6 @@ def test_used_invite_cannot_be_activated_twice(tmp_path: Path):
activated_at=1200,
)
except ValueError as exc:
assert "already used" in str(exc)
assert "уже использована" in str(exc)
else:
raise AssertionError("second activation should fail")