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

11 lines
232 B
C#

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