Skip to content

Commit

Permalink
Kick CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kerbou committed Dec 17, 2024
1 parent 55b8080 commit 11cb79c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace Energinet.DataHub.Core.DurableFunctionApp.TestCommon.DurableTask;
/// typically from integration tests.
/// See https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-instance-management?tabs=csharp
///
/// IMPORTANT: This class is purely intended to be used from tests.
/// IMPORTANT: This class is purely intended to be used from tests
///
/// For production scenarious it is recommended to manage instances using
/// the Durable Functions orchestration client binding.
Expand Down
2 changes: 1 addition & 1 deletion source/TestCommon/source/TestCommon/Awaiter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public static async Task WaitUntilConditionAsync(Func<bool> condition, TimeSpan

/// <summary>
/// Completes when the "condition" returns true or
/// when the time limit is exceeded and a XUnitException is thrown
/// when the time limit is exceeded and a XUnitException is thrown.
/// </summary>
/// <param name="condition">Boolean condition that is checked.</param>
/// <param name="timeLimit">Time limit until exception is thrown</param>
Expand Down

0 comments on commit 11cb79c

Please sign in to comment.