From deb02778cc302a07c8ba91ad73b8f4e0cd7fb258 Mon Sep 17 00:00:00 2001 From: ikpil Date: Wed, 8 May 2024 23:50:12 +0900 Subject: [PATCH] rename corridor test --- .../{PathCorridorTest.cs => DtPathCorridorTest.cs} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename test/DotRecast.Detour.Crowd.Test/{PathCorridorTest.cs => DtPathCorridorTest.cs} (99%) 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();