Skip to content

Commit 8e8aa93

Browse files
committed
fix text coverage decrease
1 parent 60963ca commit 8e8aa93

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/test_resources_stores.jl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,8 @@ sto = Store{StoreObject}(sim)
2828
@process my_consumer(sim, sto)
2929
@process my_producer(sim, sto)
3030
run(sim)
31+
32+
##
33+
34+
@test_throws ErrorException unlock(sto)
35+
@test_throws ErrorException lock(sto)

0 commit comments

Comments
 (0)