Skip to content

Commit

Permalink
Update CostReport.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
adamfilipow92 authored and mergify-bot committed Jul 12, 2021
1 parent 47ed4ae commit ab069f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_runner/src/main/kotlin/ftl/reports/CostReport.kt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ object CostReport : IReport {
events = mapOf(
"virtual_cost" to virtualCost,
"physical_cost" to physicalCost,
"total_cost" to calculateTotalCost(
"cost_total" to calculateTotalCost(
virtualCost,
physicalCost
)
Expand Down

0 comments on commit ab069f2

Please sign in to comment.