Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix incorrect type assertions within tests #226

Merged
merged 1 commit into from
Apr 30, 2024
Merged

Conversation

johngrimes
Copy link
Collaborator

There were a number of instances of incorrect type assertions within the test definitions.

The reference implementation does not care about these, but these need to be correct for implementations that opt in to more stringent comparison of asserted types to parsed/inferred types.

@johngrimes johngrimes added bug Something isn't working testing Issues relating to the test suite. labels Apr 9, 2024
@johngrimes johngrimes requested a review from Yngwarr April 9, 2024 23:13
@johngrimes johngrimes requested review from niquola, rbrush and mput April 30, 2024 05:48
@johngrimes johngrimes merged commit 419872a into master Apr 30, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working testing Issues relating to the test suite.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants