Skip to content

Commit

Permalink
use appropriate issue and name
Browse files Browse the repository at this point in the history
  • Loading branch information
chilagrow committed May 30, 2023
1 parent bdf1561 commit 8db3eb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration/aggregate_documents_compat_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1051,7 +1051,7 @@ func TestAggregateCompatGroupSum(t *testing.T) {
},
resultType: emptyResult,
},
"TypeOperator": {
"RecursiveOperator": {
pipeline: bson.A{
bson.D{{"$sort", bson.D{{"_id", 1}}}},
bson.D{{"$group", bson.D{
Expand All @@ -1061,7 +1061,7 @@ func TestAggregateCompatGroupSum(t *testing.T) {
}}},
bson.D{{"$sort", bson.D{{"_id", -1}}}},
},
skip: "https://github.com/FerretDB/FerretDB/issues/2679",
skip: "https://github.com/FerretDB/FerretDB/issues/2694",
},
}

Expand Down

0 comments on commit 8db3eb0

Please sign in to comment.