Skip to content

Commit

Permalink
Change test to run against 2.10 or later
Browse files Browse the repository at this point in the history
  • Loading branch information
scottf committed Jul 17, 2024
1 parent b6804c0 commit 433b173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/io/nats/client/impl/KeyValueTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -1655,7 +1655,7 @@ public void testKeyValueTransform() throws Exception {

@Test
public void testSubjectFiltersAgainst209OptOut() throws Exception {
jsServer.run(nc -> {
jsServer.run(TestBase::atLeast2_10, nc -> {
KeyValueManagement kvm = nc.keyValueManagement();

String bucket = bucket();
Expand Down

0 comments on commit 433b173

Please sign in to comment.