hello-shop/tests/HelloShop.ProductService.FunctionalTests/UnitTest1.cs
2024-01-04 21:27:17 +08:00

11 lines
157 B
C#

namespace HelloShop.ProductService.FunctionalTests
{
public class UnitTest1
{
[Fact]
public void Test1()
{
}
}
}