mirror of
https://github.com/alex289/CleanArchitecture.git
synced 2025-06-30 02:31:08 +00:00
9 lines
120 B
C#
9 lines
120 B
C#
namespace CleanArchitecture.IntegrationTests;
|
|
|
|
public class UnitTest1
|
|
{
|
|
[Fact]
|
|
public void Test1()
|
|
{
|
|
}
|
|
} |