Rename test

This commit is contained in:
Tim Van Baak 2024-08-15 16:37:35 -07:00
parent 3d664208b5
commit a02e8121eb
1 changed files with 2 additions and 2 deletions

View File

@ -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")]