Skip to content

Commit

Permalink
updated SimTraceWorkloadTest
Browse files Browse the repository at this point in the history
  • Loading branch information
DanteNiewenhuis committed Dec 13, 2023
1 parent 6cbc9ac commit c1bce2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class SimTraceWorkloadTest {

machine.runWorkload(workload)

assertEquals(4000, timeSource.millis()) // fixme: should be 5000 but this is 4000 for now to make all tests succeed
assertEquals(5000, timeSource.millis()) // fixme: should be 5000 but this is 4000 for now to make all tests succeed
}

@Test
Expand Down

0 comments on commit c1bce2c

Please sign in to comment.