fix: fix client tests, query parameter names, http methods, side enum serialization

This commit is contained in:
floor-licker
2025-11-04 23:28:21 -05:00
parent 4fdd6918ef
commit 7ab1db804f
3 changed files with 20 additions and 24 deletions
-1
View File
@@ -169,7 +169,6 @@ mod tests {
use super::*;
use rust_decimal::Decimal;
use std::str::FromStr;
use alloy_primitives::U256;
#[test]
fn test_client_creation() {