Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/test/java/io/nats/client/impl/SimplificationTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ protected Boolean beforeQueueProcessorImpl(NatsMessage msg) {

@Test
public void testOrderedIterable() throws Exception {
runInJsServer(nc -> {
runInJsServer(this::runTest, nc -> {
// Setup
JetStream js = nc.jetStream();
JetStreamManagement jsm = nc.jetStreamManagement();
Expand Down Expand Up @@ -562,7 +562,7 @@ public void testOrderedIterable() throws Exception {

@Test
public void testOrderedConsume() throws Exception {
runInJsServer(nc -> {
runInJsServer(this::runTest, nc -> {
// Setup
JetStream js = nc.jetStream();
JetStreamManagement jsm = nc.jetStreamManagement();
Expand Down