hello-shop/tests/HelloShop.ProductService.FunctionalTests/UnitTest1.cs

11 lines
157 B
C#
Raw Normal View History

2024-01-04 13:27:17 +00:00
namespace HelloShop.ProductService.FunctionalTests
{
public class UnitTest1
{
[Fact]
public void Test1()
{
}
}
}