mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
chore: rename look up location (#2603)
Renames a function call and fixes a NullPointerException on Android
This commit is contained in:
@@ -2,7 +2,7 @@ export const getPredictionsForImage = jest.fn( () => Promise.resolve( { predicti
|
||||
export const getPredictionsForLocation = jest.fn( () => Promise.resolve( { predictions: [] } ) );
|
||||
export const removeLogListener = jest.fn( );
|
||||
export const resetStoredResults = jest.fn( );
|
||||
export const lookUpLocation = jest.fn( location => ( {
|
||||
export const getCellLocation = jest.fn( location => ( {
|
||||
...location,
|
||||
elevation: 12
|
||||
} ) );
|
||||
|
||||
Reference in New Issue
Block a user