mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-04-15 13:51:09 +08:00
12 lines
117 B
C#
12 lines
117 B
C#
using Xunit;
|
|
|
|
namespace Integration.Test;
|
|
|
|
public class UnitTest1
|
|
{
|
|
[Fact]
|
|
public void Test1()
|
|
{
|
|
|
|
}
|
|
} |