feat: fix test runner. Working version to get_amount_out
This commit is contained in:
@@ -3,7 +3,7 @@ use std::collections::HashMap;
|
||||
use colored::Colorize;
|
||||
use serde::{Deserialize, Serialize};
|
||||
use similar::{ChangeTag, TextDiff};
|
||||
use tycho_core::{dto::ProtocolComponent, Bytes};
|
||||
use tycho_common::{dto::ProtocolComponent, Bytes};
|
||||
|
||||
/// Represents a ProtocolComponent with its main attributes
|
||||
#[derive(Debug, Clone, Deserialize, Serialize)]
|
||||
|
||||
Reference in New Issue
Block a user