Skip to content

Commit

Permalink
Update go/test/endtoend/vtgate/queries/reference/reference_test.go
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <[email protected]>
  • Loading branch information
frouioui authored Nov 19, 2024
1 parent 1122401 commit a1d1fea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ func TestMultiReferenceQuery(t *testing.T) {
}

func TestDMLReferenceUsingShardedKS(t *testing.T) {
utils.SkipIfBinaryIsBelowVersion(t, 22, "vtgate")
utils.SkipIfBinaryIsBelowVersion(t, 20, "vtgate")
conn, closer := start(t)
defer closer()

Expand Down

0 comments on commit a1d1fea

Please sign in to comment.