Skip to content

Commit 29b4cb1

Browse files
committed
Apply 1 suggestion(s) to 1 file(s)
1 parent 0b591d0 commit 29b4cb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ List<TestOperation> failed = result.getFailedOperations();
277277
By default, `runUntilComplete()` skips wait durations. For testing time-dependent logic, disable this:
278278

279279
```java
280-
var runner = LocalDurableTestRunner.create(Order.class, handler::handleRequest)
280+
var runner = LocalDurableTestRunner.create(Order.class, handler)
281281
.withSkipTime(false); // Don't auto-advance time
282282

283283
var result = runner.run(input);

0 commit comments

Comments
 (0)