Rename test to disable warnings.

This commit is contained in:
2020-05-19 14:45:26 +02:00
parent 0dbc800e38
commit 9bcfdf7791

View File

@@ -24,7 +24,7 @@ namespace PkmnLibSharpTests.Library
} }
[Test] [Test]
public void GetType() public void GetTypeProp()
{ {
var move = MoveData.Create("foobar", 0, MoveCategory.Physical, 60, 100, 20, MoveTarget.Adjacent, 1, var move = MoveData.Create("foobar", 0, MoveCategory.Physical, 60, 100, 20, MoveTarget.Adjacent, 1,
0, "", new EffectParameter[0], new string[0]); 0, "", new EffectParameter[0], new string[0]);