Skip to content

Commit 1aec5e1

Browse files
committed
remove here
1 parent d4ee76e commit 1aec5e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/durable/durable-functions-unit-testing-dotnet-isolated.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Unit testing is an important part of modern software development practices. Unit
1414
> [!NOTE]
1515
> - This article provides guidance for unit testing for Durable Functions apps written in C# for the .NET isolated worker. For more information about Durable Functions in the .NET isolated worker, see the [Durable Functions in the .NET isolated worker](durable-functions-dotnet-isolated-overview.md) article.
1616
> - **The complete sample code for this unit testing guide can be found in [the sample code repository](https://github.com/Azure/azure-functions-durable-extension/tree/dev/samples/isolated-unit-tests)**.
17-
> - The unit testing guide for Durable Functions written in C# in-process can be found [here](durable-functions-unit-testing.md).
17+
> - For Durable Functions using C# in-process, refer to [unit testing guide](durable-functions-unit-testing.md).
1818
1919
## Prerequisites
2020

0 commit comments

Comments
 (0)