Fixes some warnings from unit tests

This commit is contained in:
2025-05-02 15:53:49 +02:00
parent 068ff8d5b7
commit dabb26e4f2
9 changed files with 16 additions and 24 deletions

View File

@@ -1,9 +0,0 @@
namespace PkmnLib.Plugin.Gen7.Tests;
public class BattleStatCalculatorTests
{
[Test]
public async Task Test1()
{
}
}