Skip to content

Commit

Permalink
Change test to run against 2.10 or later (#1181)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottf authored Jul 17, 2024
1 parent 8dbaa7a commit 19ac032
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 @@ -47,7 +47,7 @@ public void testWorkflow() throws Exception {
String stringValue1 = "String Value 1";
String stringValue2 = "String Value 2";

jsServer.run(nc -> {
jsServer.run(TestBase::atLeast2_10, nc -> {
// get the kv management context
KeyValueManagement kvm = nc.keyValueManagement();
nc.keyValueManagement(KeyValueOptions.builder(DEFAULT_JS_OPTIONS).build()); // coverage
Expand Down

0 comments on commit 19ac032

Please sign in to comment.