More warning fixes
This commit is contained in:
@@ -35,7 +35,7 @@ public class MoveDataTests
|
||||
try
|
||||
{
|
||||
await Assert.That(test.Library.ScriptResolver.TryResolve(ScriptCategory.Move, scriptName,
|
||||
test.Move.SecondaryEffect.Parameters, out var script)).IsTrue();
|
||||
test.Move.SecondaryEffect.Parameters, out _)).IsTrue();
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
using System.Collections;
|
||||
using PkmnLib.Static.Utils;
|
||||
|
||||
namespace PkmnLib.Tests.Static;
|
||||
|
||||
Reference in New Issue
Block a user