Skip to content

test(registry): tighten assertions in uppercase normalization tests#70

Open
Nickalus12 wants to merge 1 commit intoNimbleBrainInc:mainfrom
Nickalus12:fix/issue-50
Open

test(registry): tighten assertions in uppercase normalization tests#70
Nickalus12 wants to merge 1 commit intoNimbleBrainInc:mainfrom
Nickalus12:fix/issue-50

Conversation

@Nickalus12
Copy link
Copy Markdown

Update the normalization tests in bundles.test.ts and skills.test.ts to assert the specific downstream error message ("Bundle not found" or "Skill not found") after uppercase name validation passes, instead of only asserting the absence of the validation error.

This tightens the tests by confirming the request proceeds past validation to the lookup step, where it fails due to the mock setup.

Fixes #50

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tighten assertions in uppercase normalization tests

1 participant