diff --git a/TUnit.Engine/Services/TestLifecycleCoordinator.cs b/TUnit.Engine/Services/TestLifecycleCoordinator.cs index c1da01ddbe..2f619ff1a5 100644 --- a/TUnit.Engine/Services/TestLifecycleCoordinator.cs +++ b/TUnit.Engine/Services/TestLifecycleCoordinator.cs @@ -92,7 +92,7 @@ public AfterHookExecutionFlags DecrementAndCheckAfterHooks( /// /// Flags indicating which After hooks should be executed based on test completion counts. /// -internal sealed class AfterHookExecutionFlags +internal struct AfterHookExecutionFlags { public bool ShouldExecuteAfterClass { get; set; } public bool ShouldExecuteAfterAssembly { get; set; }