mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-06-16 20:01:03 +08:00
fix(firestore): fix incorrect test
This commit is contained in:
@@ -203,7 +203,7 @@ describe('firestore()', () => {
|
||||
const querySnapshot = await firebase
|
||||
.firestore()
|
||||
.collectionGroup('collectionGroup')
|
||||
.orderBy('value', 'desc')
|
||||
.orderBy('value')
|
||||
.startAt(ds)
|
||||
.get();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user