Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit d16fd56

Browse files
committed
Change back to Sqlite
1 parent df72109 commit d16fd56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ServiceStack.OrmLite.Tests/OrmLiteTestBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ protected void CreateNewDatabase()
7070
ConnectionString = GetFileConnectionString();
7171
}
7272

73-
public Dialect Dialect = Dialect.SqlServer;
73+
public Dialect Dialect = Dialect.Sqlite;
7474

7575
[TestFixtureSetUp]
7676
public void TestFixtureSetUp()

0 commit comments

Comments
 (0)