Skip to content

Commit

Permalink
Update issue links (FerretDB#3234)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi authored and yonarw committed Aug 31, 2023
1 parent a7e0e96 commit 6ea6df8
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 6ea6df8

Please sign in to comment.