From 7e86c3508fc6bfc76e12d9b96710b746495dbbf4 Mon Sep 17 00:00:00 2001 From: Tom Longhurst <30480171+thomhurst@users.noreply.github.com> Date: Fri, 24 Apr 2026 02:01:31 +0100 Subject: [PATCH] chore(mocks): regenerate source generator snapshots Bring committed .verified.txt baselines in line with the current mock source generator output (post #5677-#5684 fixes). --- .../Class_Implementing_Static_Abstract_Interface.verified.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/TUnit.Mocks.SourceGenerator.Tests/Snapshots/Class_Implementing_Static_Abstract_Interface.verified.txt b/TUnit.Mocks.SourceGenerator.Tests/Snapshots/Class_Implementing_Static_Abstract_Interface.verified.txt index c7a22fdc45..1381a81357 100644 --- a/TUnit.Mocks.SourceGenerator.Tests/Snapshots/Class_Implementing_Static_Abstract_Interface.verified.txt +++ b/TUnit.Mocks.SourceGenerator.Tests/Snapshots/Class_Implementing_Static_Abstract_Interface.verified.txt @@ -10,6 +10,7 @@ namespace TUnit.Mocks.Generated [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] global::TUnit.Mocks.IMock? global::TUnit.Mocks.IMockObject.MockWrapper { get; set; } + [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] internal StaticAbstractImplMockImpl(global::TUnit.Mocks.MockEngine engine) : base() { _engine = engine;