init with 'u64

This commit is contained in:
Jaremy Creechley 2023-08-18 16:25:49 -07:00
parent 6d6f0eecfe
commit 99060534ee
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300

View File

@ -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()