Skip to content

Commit

Permalink
chore: analyse issue
Browse files Browse the repository at this point in the history
  • Loading branch information
russellwheatley committed Nov 18, 2024
1 parent 18ed57f commit da1e692
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1074,7 +1074,8 @@ void runQueryTests() {
(_) async {
CollectionReference<Map<String, dynamic>> collection =
await initializeTest(
'startAfterDocument-wrong-inequality-field-throw');
'startAfterDocument-wrong-inequality-field-throw',
);
await Future.wait([
collection.doc('doc1').set({
'bar': {'value': 2},
Expand Down

0 comments on commit da1e692

Please sign in to comment.