Skip to content

Commit

Permalink
remaining merge compile issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kenoir committed Jan 6, 2025
1 parent 5a12831 commit f9815dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 33 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ class BatcherWorkerServiceTest
}

class MemoryDownstream(messageSender: MessageSender) extends Downstream {
override def notify(workId: Path): Try[Unit] = ???
override def notify(workId: String): Try[Unit] = ???
override def notify[T](batch: T)(implicit encoder: Encoder[T]): Try[Unit] = messageSender.sendT(batch)
}
}

This file was deleted.

0 comments on commit f9815dd

Please sign in to comment.