Commit 569e237
Fix private @AfterEach method in IntegrationTestBase
JUnit 5.12+ warns that @AfterEach methods should not be private,
and this will be disallowed in a future release. Changed shutdown()
from private to package-private visibility.
Co-authored-by: torosent <17064840+torosent@users.noreply.github.com>1 parent 7d52da0 commit 569e237
File tree
1 file changed
+1
-1
lines changed- client/src/test/java/com/microsoft/durabletask
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments