test: Add test for tycho encoder

Rename RouterEncoder to TychoEncoder

--- don't change below this line ---
ENG-4081 Took 21 minutes
This commit is contained in:
Diana Carvalho
2025-01-31 12:41:37 +00:00
parent d153c69b8f
commit b047d9762e
6 changed files with 167 additions and 77 deletions

View File

@@ -12,7 +12,7 @@ use thiserror::Error;
/// - `RecoverableError`: Indicates that the encoding has failed with a recoverable error. Retrying
/// at a later time may succeed. It may have failed due to a temporary issue, such as a network
/// problem.
#[derive(Error, Debug)]
#[derive(Error, Debug, PartialEq)]
#[allow(dead_code)]
pub enum EncodingError {
#[error("Invalid input: {0}")]