We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e83a08f commit e151558Copy full SHA for e151558
client/src/test/java/com/microsoft/durabletask/TaskEntityTest.java
@@ -250,7 +250,6 @@ void reflectionDispatch_methodWithReturnValue() throws Exception {
250
@Test
251
void reflectionDispatch_caseInsensitive() throws Exception {
252
CounterEntity entity = new CounterEntity();
253
- DataConverter converter = new JacksonDataConverter();
254
255
// Method is "add" but call with "ADD"
256
TaskEntityOperation addOp = createOperation("ADD", 10);
0 commit comments