Files
ColaFlow/colaflow-api/tests/ColaFlow.Application.Tests/UnitTest1.cs
Yaojia Wang 014d62bcc2 Project Init
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-02 23:55:18 +01:00

11 lines
117 B
C#

namespace ColaFlow.Application.Tests;
public class UnitTest1
{
[Fact]
public void Test1()
{
}
}