diff --git a/test/DotRecast.Detour.Crowd.Test/PathCorridorTest.cs b/test/DotRecast.Detour.Crowd.Test/DtPathCorridorTest.cs similarity index 99% rename from test/DotRecast.Detour.Crowd.Test/PathCorridorTest.cs rename to test/DotRecast.Detour.Crowd.Test/DtPathCorridorTest.cs index 3cb9169..c77eb28 100644 --- a/test/DotRecast.Detour.Crowd.Test/PathCorridorTest.cs +++ b/test/DotRecast.Detour.Crowd.Test/DtPathCorridorTest.cs @@ -26,7 +26,7 @@ using NUnit.Framework; namespace DotRecast.Detour.Crowd.Test; -public class PathCorridorTest +public class DtPathCorridorTest { private readonly DtPathCorridor corridor = new DtPathCorridor(); private readonly IDtQueryFilter filter = new DtQueryDefaultFilter();