diff options
| author | Dante Niewenhuis <d.niewenhuis@hotmail.com> | 2024-02-14 11:52:32 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-14 11:52:32 +0100 |
| commit | 10c47102d6133b86e4c39df96fd25a91010a9864 (patch) | |
| tree | e422986118d2475add6677bc1e7bd8ed1913ceb9 /opendc-simulator/opendc-simulator-compute/src/test | |
| parent | 616017ba78a0882fe38b9b171b2b0f68e593cd8d (diff) | |
Updated metrics and parquet output (#195)
* Updated metrics and parquet output
* fixed typos
Diffstat (limited to 'opendc-simulator/opendc-simulator-compute/src/test')
| -rw-r--r-- | opendc-simulator/opendc-simulator-compute/src/test/kotlin/org/opendc/simulator/compute/SimMachineTest.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opendc-simulator/opendc-simulator-compute/src/test/kotlin/org/opendc/simulator/compute/SimMachineTest.kt b/opendc-simulator/opendc-simulator-compute/src/test/kotlin/org/opendc/simulator/compute/SimMachineTest.kt index 8c4e01a9..28acaef4 100644 --- a/opendc-simulator/opendc-simulator-compute/src/test/kotlin/org/opendc/simulator/compute/SimMachineTest.kt +++ b/opendc-simulator/opendc-simulator-compute/src/test/kotlin/org/opendc/simulator/compute/SimMachineTest.kt @@ -148,7 +148,7 @@ class SimMachineTest { yield() assertAll( - { assertEquals(100.0, machine.psu.powerUsage) }, + { assertEquals(100.0, machine.psu.powerDraw) }, { assertEquals(100.0f, source.powerDraw) } ) } |
