BootstrapAdmin/UnitTest/Bootstrap.DataAccess/SQLite/ExceptionsTest.cs

11 lines
162 B
C#

using Xunit;
namespace Bootstrap.DataAccess.SQLite
{
[Collection("SQLiteContext")]
public class ExceptionsTest : SqlServer.ExceptionsTest
{
}
}