Skip to content

Commit c323259

Browse files
committed
Update tests
1 parent 0f0f1f3 commit c323259

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

test/containers.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
workspace()
2+
13
using SimJulia
24
using ResumableFunctions
35

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ for test_file in [
99
"tasks/base.jl",
1010
"processes.jl",
1111
"coroutines.jl",
12-
#"containers.jl",
12+
"containers.jl",
1313
"stores.jl",
1414
"continuous.jl",]
1515
include(testpath(test_file))

0 commit comments

Comments
 (0)