Skip to content

Commit cd9f5c9

Browse files
committed
fix python reference to QUEUE
1 parent a7a3fb3 commit cd9f5c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest/test_all.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def test_julia_gc():
115115
end
116116
end
117117
GC.gc()
118-
@test isempty(PythonCall.GC.QUEUE.items)
118+
@test isempty(PythonCall.GC.QUEUE.value)
119119
"""
120120
)
121121

0 commit comments

Comments
 (0)