File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
client/src/test/java/com/microsoft/durabletask Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff 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 () {
You can’t perform that action at this time.
0 commit comments