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 method name tag on assertion #1705

Merged
merged 1 commit into from
Jan 9, 2024
Merged

Conversation

ksss
Copy link
Collaborator

@ksss ksss commented Dec 28, 2023

Fixed incorrect method tag display for failure indication when using assert_send_type.

e.g.)

<["[Integerpow] ArgumentTypeError: expected `Integer` but given `0.1`"]> was expected to be empty.
          ^^ missing `#`

I have also reorganized the code so that similar mistakes are less likely to occur.

Copy link
Member

@soutaro soutaro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@soutaro soutaro added this to the RBS 3.5 milestone Jan 9, 2024
@soutaro soutaro enabled auto-merge January 9, 2024 05:27
@soutaro soutaro added this pull request to the merge queue Jan 9, 2024
Merged via the queue into ruby:master with commit 56afe36 Jan 9, 2024
15 checks passed
@ksss ksss deleted the assert-method_name branch January 9, 2024 05:51
@soutaro soutaro added the Released PRs already included in the released version label Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Released PRs already included in the released version
Development

Successfully merging this pull request may close these issues.

2 participants