fix(test): rename misleading test method name

Tile_CellLargerThanPlate_ReturnsSingleCell -> ReturnsEmpty

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-18 09:46:26 -04:00
parent f336af5d65
commit 0ac7b9babd

View File

@@ -92,7 +92,7 @@ public class PatternTilerTests
}
[Fact]
public void Tile_CellLargerThanPlate_ReturnsSingleCell()
public void Tile_CellLargerThanPlate_ReturnsEmpty()
{
var drawing = MakeSquareDrawing(50);
var cell = new List<Part> { Part.CreateAtOrigin(drawing) };