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

Expected and actual value must be interchanged in Testing #170

Open
shangeethsivan opened this issue May 6, 2018 · 0 comments
Open

Expected and actual value must be interchanged in Testing #170

shangeethsivan opened this issue May 6, 2018 · 0 comments

Comments

@shangeethsivan
Copy link

https://github.com/udacity/ud851-Sunshine/blob/student/S09.02-Solution-ContentProviderBulkInsert/app/src/androidTest/java/com/example/android/sunshine/data/TestWeatherProvider.java#L310

In this line the actual and expected values are passed incorrectly in the method the correct implementation would be

    assertEquals( BULK_INSERT_RECORDS_TO_INSERT,cursor.getCount());
@shangeethsivan shangeethsivan changed the title Expected and actual value must be interchanged Expected and actual value must be interchanged in Testing May 6, 2018
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