We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
list_animal_ids() currently fails a test because the API and a local query return different results:
Failure (test-list_animal_ids.R:11:3): list_animal_ids() returns same list over api and sql ── `result_api` (`actual`) not identical to `result_sql` (`expected`). actual | expected [22784] 73697 | 73697 [22784] [22785] 73698 | 73698 [22785] [22786] 73699 | 73699 [22786] - 73700 [22787] - 73701 [22788] - 73702 [22789] - 73703 [22790] - 73704 [22791] - 73705 [22792] - 73706 [22793] ... ... ... and 26 more ...
Possibly due to inbo/etnservice#45
Did the _sql helper code drift from what is currently in etnservice ?
_sql
etnservice
The text was updated successfully, but these errors were encountered:
R CMD CHECK
v2.3
Related to #330
Sorry, something went wrong.
PietrH
No branches or pull requests
list_animal_ids() currently fails a test because the API and a local query return different results:
Possibly due to inbo/etnservice#45
Did the
_sql
helper code drift from what is currently inetnservice
?The text was updated successfully, but these errors were encountered: