Skip to content

Commit bb2e0c7

Browse files
github-actions[bot]David Ellingsworth
authored andcommitted
Generate async files
1 parent 026e3af commit bb2e0c7

File tree

1 file changed

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

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,13 @@ protected override void OnTearDown()
5050

5151
protected override void CreateSchema()
5252
{
53+
// Let the SchemaExporter drop and create tables if needed.
54+
base.CreateSchema();
55+
5356
CreateTable("Integer");
5457
CreateTable("DateTime");
5558
CreateTable("Double");
5659
CreateTable("Decimal");
57-
58-
base.CreateSchema();
5960
}
6061

6162
/// <summary>

0 commit comments

Comments
 (0)