mirror of
https://github.com/alex289/CleanArchitecture.git
synced 2025-07-01 02:52:56 +00:00
8 lines
166 B
C#
8 lines
166 B
C#
namespace CleanArchitecture.IntegrationTests.Fixtures;
|
|
|
|
public sealed class AuthTestFixure : TestFixtureBase
|
|
{
|
|
public AuthTestFixure() : base(false)
|
|
{
|
|
}
|
|
} |