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 test fails #61

Merged
merged 2 commits into from
Nov 12, 2015
Merged

Fix test fails #61

merged 2 commits into from
Nov 12, 2015

Conversation

iv-mexx
Copy link
Member

@iv-mexx iv-mexx commented Nov 12, 2015

I had some problems with the tests introduced in #59

  • UIButtonTests:testPressedProperty caused a crash because performSelector was used without an object, but the "execute:" selector expected an object.
  • UIViewTests:testAlphaProperty failed for me at the last assertion because it was asserted that the alpha is exactly equal to the original value 0.7, but when running, I was getting view.alpha = 0.699999999something

@neilpa
Copy link
Member

neilpa commented Nov 12, 2015

Thanks for fixing these!

neilpa added a commit that referenced this pull request Nov 12, 2015
@neilpa neilpa merged commit 677d660 into RACCommunity:master Nov 12, 2015
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.

2 participants