Skip to content

Commit 4fcb076

Browse files
authored
fix typo in tests
1 parent 2270d9a commit 4fcb076

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/copyable_task.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@
241241
@test Libtask.consume(tt) === :a
242242
@test Libtask.consume(tt) === :b
243243
@test Libtask.consume(tt) === :c
244+
end
244245
@testset "Return produce" begin
245246
# Test calling a function that does something with the return value of `produce`.
246247
# In this case it just returns it. This used to error, see

0 commit comments

Comments
 (0)