diff --git a/rig-core/src/pipeline/parallel.rs b/rig-core/src/pipeline/parallel.rs index b2943a1d..95907c31 100644 --- a/rig-core/src/pipeline/parallel.rs +++ b/rig-core/src/pipeline/parallel.rs @@ -373,7 +373,7 @@ mod tests { ); let result = pipeline.call(1).await; - assert_eq!(result, (2, 3, "1 is the number!".to_string(), true)); + assert_eq!(result, (1, 2, "1 is the number!".to_string(), true)); } #[tokio::test]