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

Commit f578ff3

Browse files
committed
revert tests back to Sqlite
1 parent 812cfa6 commit f578ff3

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
@@ -81,7 +81,7 @@ protected void CreateNewDatabase()
8181
ConnectionString = GetFileConnectionString();
8282
}
8383

84-
public Dialect Dialect = Dialect.MySql;
84+
public Dialect Dialect = Dialect.Sqlite;
8585
protected OrmLiteConnectionFactory DbFactory;
8686

8787
OrmLiteConnectionFactory Init(string connStr, IOrmLiteDialectProvider dialectProvider)

0 commit comments

Comments
 (0)