Skip to content

Commit 53e5a82

Browse files
committed
removed unused variables
1 parent e30abda commit 53e5a82

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

client/src/test/java/com/microsoft/durabletask/TaskEntityTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,6 @@ void dispatch_toStateDispatchedMethod() throws Exception {
580580

581581
@Test
582582
void dispatch_unknownOperation_throwsException() throws Exception {
583-
BonusDepositEntity entity = new BonusDepositEntity();
584583
// First trigger runAsync to set the context on the entity, then test dispatch failure
585584
// We use a custom entity that dispatches an unknown operation
586585
TaskEntity<Void> failEntity = new TaskEntity<Void>() {
@@ -610,7 +609,6 @@ void dispatch_outsideExecution_throwsIllegalState() {
610609

611610
@Test
612611
void dispatch_noInputOverload() throws Exception {
613-
CounterEntity entity = new CounterEntity();
614612
// Use a wrapper entity that dispatches "reset" with no input
615613
TaskEntity<Integer> resetDispatcher = new TaskEntity<Integer>() {
616614
public void doReset() {

0 commit comments

Comments
 (0)