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

Fixing a test that was calling a deleted method in P12 #36

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

adri09070
Copy link
Contributor

I replace a call to Array class>>#braceWith:with:, which was deleted in P12, by a call to Array class>>#with:with:, which is in P11 and P12 and does the same thing

@adri09070
Copy link
Contributor Author

Fixes #31

Only the last commit is significant

@adri09070
Copy link
Contributor Author

The other tests will be fixed in other PRs (see other issues)

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.

1 participant