feyris-tan 36969eede2
All checks were successful
🚀 Pack skyscraper8 / make-zip (push) Successful in 2m4s
Refactored Tests.
2025-11-17 22:13:31 +01:00

14 lines
201 B
C#

using Allure.Commons;
using Allure.Xunit.Attributes.Steps;
namespace skyscraper8.Tests;
public class AllureLog
{
[AllureStep("{0}")]
public static void Log(string msg)
{
}
}