BootstrapAdmin/test/UnitTest/Bootstrap.Admin/Api/SQLite/TracesTest.cs

11 lines
226 B
C#

using Xunit;
namespace Bootstrap.Admin.Api.SQLite
{
[Collection("SQLiteContext")]
public class TracesTest : SqlServer.TracesTest
{
public TracesTest(SQLiteBAWebHost factory) : base(factory) { }
}
}