11 lines
229 B
C#
11 lines
229 B
C#
|
using Xunit;
|
|||
|
|
|||
|
namespace Bootstrap.Admin.Api.SQLite
|
|||
|
{
|
|||
|
[Collection("SQLiteContext")]
|
|||
|
public class InterfaceTest : Api.InterfaceTest
|
|||
|
{
|
|||
|
public InterfaceTest(SQLiteBAWebHost factory) : base(factory) { }
|
|||
|
}
|
|||
|
}
|