Skip to content

Commit

Permalink
Seal INavigationProvider, IAsyncResultFilter, IPermissionProvider, St…
Browse files Browse the repository at this point in the history
…artupBase, IRecipeStepHandler, DisplayDriver, Controller classes.
  • Loading branch information
sarahelsaig committed Sep 24, 2024
1 parent bb85f76 commit fdadc2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Integration/Controllers/AutoMockerController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace Lombiq.Tests.Integration.Controllers;
/// A controller or base class for testing features on controllers. Its HTTP context, host environment and service
/// providers are initialized during construction.
/// </summary>
public class AutoMockerController : Controller
public sealed class AutoMockerController : Controller
{
public string Environment { get; set; } = Environments.Development;

Expand Down

0 comments on commit fdadc2e

Please sign in to comment.