Skip to content

Commit

Permalink
chore(firestore): removed redundant region tags. (#7614)
Browse files Browse the repository at this point in the history
  • Loading branch information
telpirion authored Mar 22, 2023
1 parent 94d0408 commit d92e977
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions firestore/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1809,12 +1809,10 @@ func TestIntegration_CountAggregationQuery(t *testing.T) {
}
}

// [START firestore_count_query]
alias := "twos"
q := iColl.Where("str", "==", datum)
aq := q.NewAggregationQuery()
ar, err := aq.WithCount(alias).Get(ctx)
// [END firestore_count_query]
if err != nil {
t.Fatal(err)
}
Expand Down

0 comments on commit d92e977

Please sign in to comment.