temporalio / sdk-java

Temporal Java SDK
https://temporal.io
Apache License 2.0
220 stars 147 forks source link

SDKTestWorkflowRule wasn't calling shutdown #2243

Closed mfateev closed 1 month ago

mfateev commented 1 month ago

What was changed

Fixed SDKTestWorkflowRule to call shutdown. After the fix, multiple unit tests broke as expectations were out of date. Fixed them as well.