Skip to content

Commit

Permalink
Update issue links
Browse files Browse the repository at this point in the history
Closes #3161.
  • Loading branch information
AlekSi committed Aug 22, 2023
1 parent 36ce153 commit f19d679
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration/explain_compat_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,12 @@ func TestExplainCompatError(t *testing.T) {
},
"Count": {
command: "count",
failsForSQLite: "https://github.com/FerretDB/FerretDB/issues/3161",
failsForSQLite: "https://github.com/FerretDB/FerretDB/issues/3050",
},
"Find": {
command: "find",
filter: bson.D{{"v", int32(42)}},
failsForSQLite: "https://github.com/FerretDB/FerretDB/issues/3161",
failsForSQLite: "https://github.com/FerretDB/FerretDB/issues/3050",
},
"InvalidCommandGetLog": {
command: "create",
Expand Down

0 comments on commit f19d679

Please sign in to comment.