Rename test to disable warnings.
This commit is contained in:
parent
0dbc800e38
commit
9bcfdf7791
|
@ -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]);
|
||||||
|
|
Loading…
Reference in New Issue