Skip to content

Commit

Permalink
restrict server version
Browse files Browse the repository at this point in the history
  • Loading branch information
evanchooly committed May 13, 2024
1 parent 7015cf4 commit 110b651
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public void testExample2() {

@Test
public void testExample3() {
serverIsAtLeastVersion(Version.of(6));
assumeTrue(serverIsAtLeastVersion(Version.of(6)), "Minimum server version is 6");
testPipeline(ServerVersion.ANY, false, true, (aggregation) -> aggregation.pipeline(
unionWith(
documents(
Expand Down

0 comments on commit 110b651

Please sign in to comment.