Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pxseu committed May 27, 2023
1 parent 5e652a9 commit dc9be7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commands/ignite/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,7 @@ mod test {
price: 0.0000060896,
},
Sku {
id: "ignite_cpu_per_min".to_string(),
id: "ignite_vcpu_per_min".to_string(),
product: "ignite".to_string(),
price: 0.0001,
},
Expand All @@ -973,6 +973,6 @@ mod test {

let estimate = get_price_estimate(&skus, &resources, &volume).unwrap();

assert_eq!(estimate, "6.95");
assert_eq!(estimate, "7.17");
}
}

0 comments on commit dc9be7c

Please sign in to comment.