Files
iNaturalistReactNative/tests/factories/RemotePlace.js
Ken-ichi 0c7c807b56 Realm & other bugfixes (#950)
* Updated faker; fixed bug w/ DisplayTaxonName trying to modify a Realm object
* Fixed crash going from ObsDetail to ObsEdit
* Fixed bug fetching observation dates (not clear how this didn't instantly crash_
* Bugfix: MyObs observation fetch was failing on taxa w/ float rank_level
2023-12-04 13:47:00 -08:00

6 lines
120 B
JavaScript

import { define } from "factoria";
export default define( "RemotePlace", faker => ( {
id: faker.number.int( )
} ) );