Skip to content

Commit e151558

Browse files
committed
removed unused variable
1 parent e83a08f commit e151558

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,6 @@ void reflectionDispatch_methodWithReturnValue() throws Exception {
250250
@Test
251251
void reflectionDispatch_caseInsensitive() throws Exception {
252252
CounterEntity entity = new CounterEntity();
253-
DataConverter converter = new JacksonDataConverter();
254253

255254
// Method is "add" but call with "ADD"
256255
TaskEntityOperation addOp = createOperation("ADD", 10);

0 commit comments

Comments
 (0)