Skip to content

Commit

Permalink
test: fixed test compilation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jachro committed Nov 22, 2023
1 parent 9d9ac1f commit d322f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compactor/Compactor.scala
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ object Compactor extends IOApp with Logging:
} yield ()

private def compact(dataset: String)(using config: Config) =
CompactionInitiator.kickOffCompactiond(dataset) >>= {
CompactionInitiator.kickOffCompaction(dataset) >>= {
case Left(err) =>
Logger[IO].error(s"Compacting '$dataset' failed; $err")
case Right(taskId) =>
Expand Down

0 comments on commit d322f12

Please sign in to comment.