Skip to content

Commit a2271ce

Browse files
committed
Fix snapshot
1 parent 8ae9d5c commit a2271ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/StronglyTypedIds.Tests/Snapshots/StronglyTypedIdConverterTests.CanGenerateDefaultConverterIdInGlobalNamespace.verified.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@
243243

244244
#nullable enable
245245
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("StronglyTypedId", "1.0.0-beta6")]
246-
partial struct MyId
246+
partial struct MyIdConverters
247247
{
248248
public partial class DapperTypeHandler : global::Dapper.SqlMapper.TypeHandler<MyId>
249249
{

0 commit comments

Comments
 (0)