Skip to content

Commit 62fdce7

Browse files
committed
Set requirement for test to be an Sqlite test
1 parent ff31c2b commit 62fdce7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Orm/Xtensive.Orm.Tests.Sql/Sqlite/MiscTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ private bool CompareExecuteNonQuery(string commandText, ISqlCompileUnit statemen
8484
[OneTimeSetUp]
8585
public override void SetUp()
8686
{
87+
Require.ProviderIs(StorageProvider.Sqlite);
8788
base.SetUp();
8889

8990
dbCommand = sqlConnection.CreateCommand();

0 commit comments

Comments
 (0)