From 09d7ed6e98b9cae9d9e485facaee26ef6635fa30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elon=20Park=20=28=E1=84=8B=E1=85=A6=E1=86=AF=E1=84=85?= =?UTF-8?q?=E1=85=A9=E1=86=AB=29?= Date: Fri, 24 Jul 2026 20:33:55 +0900 Subject: [PATCH] test: fix misspelled Extenstions test directory name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Rename Tests/KarrotCodableMacrosTests/Extenstions to Extensions. Pure move — no file contents change; the test build and the two moved suites pass. Claude-Session: https://claude.ai/code/session_017SJfRUv3HzmLXAAUCKNVah --- .../{Extenstions => Extensions}/StringSnakeCaseTests.swift | 0 .../{Extenstions => Extensions}/TrimmingBackticksTests.swift | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename Tests/KarrotCodableMacrosTests/{Extenstions => Extensions}/StringSnakeCaseTests.swift (100%) rename Tests/KarrotCodableMacrosTests/{Extenstions => Extensions}/TrimmingBackticksTests.swift (100%) diff --git a/Tests/KarrotCodableMacrosTests/Extenstions/StringSnakeCaseTests.swift b/Tests/KarrotCodableMacrosTests/Extensions/StringSnakeCaseTests.swift similarity index 100% rename from Tests/KarrotCodableMacrosTests/Extenstions/StringSnakeCaseTests.swift rename to Tests/KarrotCodableMacrosTests/Extensions/StringSnakeCaseTests.swift diff --git a/Tests/KarrotCodableMacrosTests/Extenstions/TrimmingBackticksTests.swift b/Tests/KarrotCodableMacrosTests/Extensions/TrimmingBackticksTests.swift similarity index 100% rename from Tests/KarrotCodableMacrosTests/Extenstions/TrimmingBackticksTests.swift rename to Tests/KarrotCodableMacrosTests/Extensions/TrimmingBackticksTests.swift