Skip to content

Commit b7640c9

Browse files
committed
style cop fix
1 parent b665344 commit b7640c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/WebJobs.Script.Tests/Workers/Rpc/RpcFunctionInvocationDispatcherTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,6 @@ private void SetUpMocksForTimeoutTests(Mock<IWebHostRpcWorkerChannelManager> moc
964964
It.Is<string>(id => id == "testChannelId"),
965965
It.Is<Exception>(ex => ex is TimeoutException && ex.Message == $"Executing invocation `{invocationId}` timed out")))
966966
.ReturnsAsync(!webHostShutdownSucceeds);
967-
968967
}
969968
}
970969
}

0 commit comments

Comments
 (0)