Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ void runQueryTests() {

test('startAtDocument() starts at a document field value', () async {
CollectionReference collection =
await initializeTest('startAt-document');
await initializeTest('startAt-document-field-value');
await Future.wait([
collection.doc('doc1').set({
'bar': {'value': 3}
Expand Down Expand Up @@ -527,7 +527,7 @@ void runQueryTests() {

test('endbeforeDocument() ends before a document field value', () async {
CollectionReference collection =
await initializeTest('endBefore-document');
await initializeTest('endBefore-document-field-value');
await Future.wait([
collection.doc('doc1').set({
'bar': {'value': 3}
Expand Down