Skip to content

Commit

Permalink
Set correct min protocol for graphFetchChecked batch size test (#1945)
Browse files Browse the repository at this point in the history
  • Loading branch information
aziemchawdhary-gs authored Jun 20, 2023
1 parent f894f1a commit f382696
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ function <<test.Test, test.AlloyOnly>> {serverVersion.start='v1_19_0'} meta::rel
);
}

function <<test.Test, test.AlloyOnly>> {serverVersion.start='v1_19_0'} meta::relational::graphFetch::tests::simple::testGraphFetchCheckedWithSize(): Boolean[1]
function <<test.Test, test.AlloyOnly>> {serverVersion.start='v1_21_0'} meta::relational::graphFetch::tests::simple::testGraphFetchCheckedWithSize(): Boolean[1]
{
let tree = #{
Person {
Expand Down

0 comments on commit f382696

Please sign in to comment.