Skip to content

Commit 7e05e11

Browse files
committed
removed unnecessary variable in test
1 parent 38ab889 commit 7e05e11

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,6 @@ void largeActivityInput_isExternalized() throws TimeoutException {
377377
@Test
378378
void continueAsNew_withLargeInput_isExternalized() throws TimeoutException {
379379
final String orchestratorName = "ContinueAsNewOrch";
380-
final int payloadSize = 1_000_000;
381380
final int maxIterations = 3;
382381

383382
InMemoryPayloadStore store = new InMemoryPayloadStore();

0 commit comments

Comments
 (0)