Skip to content

Commit 91c36d5

Browse files
vvillait88claude
andcommitted
chore: skill.md fixture wording, lockfile refresh
- Test fixture says "Pay any x402" in onboarding steps - uv lock refresh (django 6.0.7, charset-normalizer 3.4.9, html5tagger 1.4.0) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 37e2b2c commit 91c36d5

2 files changed

Lines changed: 85 additions & 85 deletions

File tree

tests/test_skill_md.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,12 +378,12 @@ def test_omits_when_empty(self) -> None:
378378
class TestOnboardingAndSupport:
379379
def test_emits_numbered_onboarding(self) -> None:
380380
cfg = _base()
381-
cfg["onboarding_steps"] = ["Install agentscore-pay", "Get a Passport", "Pay any 402"]
381+
cfg["onboarding_steps"] = ["Install agentscore-pay", "Get a Passport", "Pay any x402"]
382382
out = build_skill_md(**cfg)
383383
assert "## Onboarding Flow" in out
384384
assert "1. Install agentscore-pay" in out
385385
assert "2. Get a Passport" in out
386-
assert "3. Pay any 402" in out
386+
assert "3. Pay any x402" in out
387387

388388
def test_emits_support_links(self) -> None:
389389
cfg = _base()

0 commit comments

Comments
 (0)