[#44] 매장 기능 도입 #45

Merged
pricelees merged 116 commits from feat/#44 into main 2025-09-20 03:15:06 +00:00
Showing only changes of commit 55abbdab6a - Show all commits

View File

@ -42,7 +42,7 @@ class RegionApiSuccessTest: FunSpecSpringbootTest() {
} }
).extract().path("data.code") ).extract().path("data.code")
regionCode shouldBe "$sidoCode$sigunguCode" regionCode shouldBe "$sidoCode${sigunguCode}00000"
} }
} }
} }