Further optional improvements, Tmj now supports it too

This commit is contained in:
Daniel Cronqvist 2024-09-01 22:03:05 +02:00
parent 88a5eadb74
commit 4fd887e7c8
18 changed files with 249 additions and 252 deletions

View file

@ -2,7 +2,7 @@ namespace DotTiled.Tests;
public static partial class DotTiledAssert
{
internal static void AssertProperties(IList<IProperty>? expected, IList<IProperty>? actual)
internal static void AssertProperties(IList<IProperty> expected, IList<IProperty> actual)
{
if (expected is null)
{