Skip to content

Commit 9d310d8

Browse files
authored
Add test for now(ev)
1 parent 47349df commit 9d310d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/simulations.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ using SimJulia
33
struct TestException <: Exception end
44

55
function test_callback(ev::AbstractEvent)
6-
println("Hi I timed out at $(now(environment(ev)))")
6+
println("Hi I timed out at $(now(ev))")
77
end
88

99
function test_callback_exception(ev::Event)

0 commit comments

Comments
 (0)