Skip to content

Commit

Permalink
tech: fix new year tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maximeperrault authored and maximeperraultdev committed Jan 6, 2025
1 parent 4bc612d commit dadcde4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class ExtractArea(
private val ampRepository: IAMPRepository,
private val vigilanceAreaRepository: IVigilanceAreaRepository,
) {
private val logger = LoggerFactory.getLogger(DeleteDashboard::class.java)
private val logger = LoggerFactory.getLogger(ExtractArea::class.java)

fun execute(geometry: Geometry): ExtractedAreaEntity {
logger.info("GET extracted area")
Expand Down

0 comments on commit dadcde4

Please sign in to comment.