Rename test to disable warnings.

This commit is contained in:
Deukhoofd 2020-05-19 14:45:26 +02:00
parent 0dbc800e38
commit 9bcfdf7791
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F
1 changed files with 1 additions and 1 deletions

View File

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