Skip to content

Commit 48fd7f9

Browse files
committed
Set requirement in better place
1 parent 62fdce7 commit 48fd7f9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,15 @@ private bool CompareExecuteNonQuery(string commandText, ISqlCompileUnit statemen
8484
[OneTimeSetUp]
8585
public override void SetUp()
8686
{
87-
Require.ProviderIs(StorageProvider.Sqlite);
87+
8888
base.SetUp();
8989

9090
dbCommand = sqlConnection.CreateCommand();
9191
sqlCommand = sqlConnection.CreateCommand();
9292
}
9393

94+
protected override void CheckRequirements() => Require.ProviderIs(StorageProvider.Sqlite);
95+
9496
#endregion
9597

9698
[Test]

0 commit comments

Comments
 (0)