Skip to content

Commit 7e68ad0

Browse files
github-actions[bot]David Ellingsworth
authored andcommitted
Generate async files
1 parent 3dd56a2 commit 7e68ad0

File tree

1 file changed

+1
-1
lines changed
  • src/NHibernate.Test/Async/NHSpecificTest/GH3530

1 file changed

+1
-1
lines changed

src/NHibernate.Test/Async/NHSpecificTest/GH3530/Fixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ private void CreateTable(string name)
7070

7171
// Generate columns
7272
sb.Append($"Id {guidType}, ");
73-
sb.Append($"Value {stringType}");
73+
sb.Append($"DataValue {stringType}");
7474

7575
// Add the primary key contraint for the identity column
7676
sb.Append($", {Dialect.PrimaryKeyString} ( Id )");

0 commit comments

Comments
 (0)