Rename test
This commit is contained in:
parent
3d664208b5
commit
a02e8121eb
|
@ -2,9 +2,9 @@ using MultiversalDiplomacy.Model;
|
||||||
|
|
||||||
using NUnit.Framework;
|
using NUnit.Framework;
|
||||||
|
|
||||||
namespace MultiversalDiplomacyTests.Model;
|
namespace MultiversalDiplomacyTests;
|
||||||
|
|
||||||
public class TimelineFactoryTest
|
public class TimelinesTest
|
||||||
{
|
{
|
||||||
[TestCase(0, "a")]
|
[TestCase(0, "a")]
|
||||||
[TestCase(1, "b")]
|
[TestCase(1, "b")]
|
Loading…
Reference in New Issue