Skip to content

Commit cad1f76

Browse files
Copilotthomhurst
andcommitted
Update source generator snapshots after fixing open generic type generation
Co-authored-by: thomhurst <[email protected]>
1 parent 36ab9a4 commit cad1f76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

TUnit.Core.SourceGenerator.Tests/Bugs2971NullableTypeTest.Test.verified.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#pragma warning disable
66
#nullable enable
77
namespace TUnit.Generated;
8-
internal sealed class Tests_SimpleTest_TestSource_38be5ee0b5554088ba7b233e82649e27 : global::TUnit.Core.Interfaces.SourceGenerator.ITestSource
8+
internal sealed class Tests_SimpleTest_TestSource_4f2ba88022ab418b900347e115ff72fc : global::TUnit.Core.Interfaces.SourceGenerator.ITestSource
99
{
1010
public async global::System.Collections.Generic.IAsyncEnumerable<global::TUnit.Core.TestMetadata> GetTestsAsync(string testSessionId, [global::System.Runtime.CompilerServices.EnumeratorCancellation] global::System.Threading.CancellationToken cancellationToken = default)
1111
{
@@ -84,11 +84,11 @@ internal sealed class Tests_SimpleTest_TestSource_38be5ee0b5554088ba7b233e82649e
8484
yield break;
8585
}
8686
}
87-
internal static class Tests_SimpleTest_ModuleInitializer_38be5ee0b5554088ba7b233e82649e27
87+
internal static class Tests_SimpleTest_ModuleInitializer_4f2ba88022ab418b900347e115ff72fc
8888
{
8989
[global::System.Runtime.CompilerServices.ModuleInitializer]
9090
public static void Initialize()
9191
{
92-
global::TUnit.Core.SourceRegistrar.Register(typeof(global::TUnit.TestProject.Bugs._2971.Tests), new Tests_SimpleTest_TestSource_38be5ee0b5554088ba7b233e82649e27());
92+
global::TUnit.Core.SourceRegistrar.Register(typeof(global::TUnit.TestProject.Bugs._2971.Tests), new Tests_SimpleTest_TestSource_4f2ba88022ab418b900347e115ff72fc());
9393
}
9494
}

0 commit comments

Comments
 (0)