Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lucymcnatt authored Feb 5, 2025
1 parent 215ff98 commit 83028d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion centaur/src/main/scala/centaur/test/Test.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1070,7 +1070,7 @@ object Operations extends StrictLogging {
}

/**
* Validate that the actual cost is within 20% of the expected cost
* Validate that the actual cost is within 10% of the expected cost
*/
def validateCost(actualCost: BigDecimal, expectedCost: BigDecimal): IO[Unit] = {
val costDiff = (actualCost - expectedCost).abs / expectedCost
Expand Down

0 comments on commit 83028d7

Please sign in to comment.