Version 3.0.363

This commit is contained in:
Anja 2023-04-19 12:14:14 +02:00
parent 4ff3307997
commit 91d42552c7
212 changed files with 1799 additions and 1318 deletions

View file

@ -1,4 +1,4 @@
using NUnit.Framework;
using NUnit.Framework;
using TINK.Model;
using TINK.Model.Map;
@ -8,7 +8,7 @@ namespace TestShareeLib.Model.Map
public class TestMapSpanFactory
{
[Test]
public void TestCreatePositon()
public void TestCreatePosition()
{
Assert.That(
MapSpanFactory.Create(PositionFactory.Create(12, 13), 11).GetType(),
@ -16,7 +16,7 @@ namespace TestShareeLib.Model.Map
}
[Test]
public void TestCreateNullPositon()
public void TestCreateNullPosition()
{
Assert.That(
MapSpanFactory.Create().GetType(),