[Fix] Naming
This commit is contained in:
@@ -11,12 +11,12 @@ namespace YachtDice.Tests
|
||||
{
|
||||
public class ModifierEffectTests
|
||||
{
|
||||
private CategoryDefinitionSO testCategory;
|
||||
private CategoryDefinition testCategory;
|
||||
|
||||
[SetUp]
|
||||
public void SetUp()
|
||||
{
|
||||
testCategory = SumAllCategorySO.CreateForTest("chance", "Шанс");
|
||||
testCategory = SumAllCategory.CreateForTest("chance", "Шанс");
|
||||
}
|
||||
|
||||
[TearDown]
|
||||
|
||||
Reference in New Issue
Block a user