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