Skip to content

Commit

Permalink
test: fix typo in test #2
Browse files Browse the repository at this point in the history
  • Loading branch information
cvauclair committed Nov 29, 2024
1 parent 408b46c commit a0a8534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rig-core/src/pipeline/parallel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit a0a8534

Please sign in to comment.