Skip to content

Commit

Permalink
readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahelsaig committed Oct 13, 2024
1 parent a68744a commit 3f275b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lombiq.Tests.UI/Services/OrchardCoreSetupConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Lombiq.Tests.UI.Services;
/// </summary>
public class OrchardCoreSetupConfiguration
{
public static Func<Func<UITestContext, Task<Uri>>, string> DefaultSetupOperationIdentifierCalculator =
public static readonly Func<Func<UITestContext, Task<Uri>>, string> DefaultSetupOperationIdentifierCalculator =
setupOperation => setupOperation.GetHashCode().ToTechnicalString();

/// <summary>
Expand Down

0 comments on commit 3f275b4

Please sign in to comment.