Skip to content

Commit

Permalink
Updated unit tests to support new error label
Browse files Browse the repository at this point in the history
  • Loading branch information
bram-vdberg committed Jan 29, 2025
1 parent 7e93a2e commit b87acb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/shared/src/price_estimation/instrumented.rs
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ mod tests {
let _ = instrumented.estimate(queries[0].clone()).await;
let _ = instrumented.estimate(queries[1].clone()).await;

for result in &["success", "failure"] {
for result in &["success", "estimator_internal_error"] {
let observed = instrumented
.metrics
.price_estimates
Expand Down

0 comments on commit b87acb6

Please sign in to comment.