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

Redundancy in unsuccessful drag start tests #65

Open
SteveFortune opened this issue Feb 17, 2015 · 1 comment
Open

Redundancy in unsuccessful drag start tests #65

SteveFortune opened this issue Feb 17, 2015 · 1 comment
Milestone

Comments

@SteveFortune
Copy link
Member

See this line... We initialise the dragDataSource mock after we setup the coordinator. When we make the call to the coordinator's creation method we end up passing a nil data source, so during all the tests in this suite the coordinator's data source is nil making most of these tests redundant at present because they won't actually fail.

@SteveFortune SteveFortune added this to the 2.1.0 milestone Mar 15, 2015
@SteveFortune
Copy link
Member Author

I'd like to review these tests to see if we can't make them a bit leaner.

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

No branches or pull requests

1 participant