We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f492f0 commit 75c092bCopy full SHA for 75c092b
src/NHibernate.Test/Async/NHSpecificTest/GH3530/Fixture.cs
@@ -70,7 +70,7 @@ private void CreateTable(string name)
70
71
// Generate columns
72
sb.Append($"Id {guidType}, ");
73
- sb.Append($"Value {stringType}, ");
+ sb.Append($"Value {stringType}");
74
75
// Add the primary key contraint for the identity column
76
sb.Append($", {Dialect.PrimaryKeyString} ( Id )");
0 commit comments