-
Notifications
You must be signed in to change notification settings - Fork 5
Labels
Description
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 ?