mirror of
https://github.com/logos-storage/swarmsim.git
synced 2026-01-02 13:53:07 +00:00
init with 'u64
This commit is contained in:
parent
6d6f0eecfe
commit
99060534ee
@ -16,7 +16,7 @@ suite "event driven engine tests":
|
||||
|
||||
test "should run schedulables at the right time":
|
||||
|
||||
let times = @[1'u64, 10, 5].map(time => time)
|
||||
let times = @[1'u64, 10, 5]
|
||||
let schedulables = times.map(time => TestSchedulable(time: time))
|
||||
|
||||
let engine = EventDrivenEngine()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user