We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dbaa7a commit 19ac032Copy full SHA for 19ac032
src/test/java/io/nats/client/impl/KeyValueTests.java
@@ -47,7 +47,7 @@ public void testWorkflow() throws Exception {
47
String stringValue1 = "String Value 1";
48
String stringValue2 = "String Value 2";
49
50
- jsServer.run(nc -> {
+ jsServer.run(TestBase::atLeast2_10, nc -> {
51
// get the kv management context
52
KeyValueManagement kvm = nc.keyValueManagement();
53
nc.keyValueManagement(KeyValueOptions.builder(DEFAULT_JS_OPTIONS).build()); // coverage
0 commit comments