Skip to content

Commit 51ab8fe

Browse files
committed
#568 Add in test comparison
1 parent 1955e77 commit 51ab8fe

File tree

2 files changed

+1001
-2
lines changed

2 files changed

+1001
-2
lines changed

Generator.Tests.Integration/SingleDatabaseTestSQLite.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,10 @@ public void ReverseEngineer()
121121
SetupDatabase("MyDbContext", "MyDbContext", TemplateType.EfCore7, GeneratorType.EfCore, ForeignKeyNamingStrategy.Legacy);
122122

123123
// Act
124-
Run("EfrpgSQLite", ".SQLite", typeof(EfCoreFileManager), null);
124+
Run("EfrpgTest", ".SQLite", typeof(EfCoreFileManager), null);
125125

126126
// Assert
127-
CompareAgainstTestComparison("SQLiteTest");
127+
CompareAgainstTestComparison("EfrpgTest");
128128
}
129129
}
130130
}

0 commit comments

Comments
 (0)