Skip to content

Commit 3035c5f

Browse files
committed
Use reserved_tests reader
1 parent a01c867 commit 3035c5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ruby/lib/ci/queue/static.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def poll
9797
reserved_tests << reserved_test
9898
yield index.fetch(reserved_test)
9999
end
100-
@reserved_tests.clear
100+
reserved_tests.clear
101101
end
102102

103103
def exhausted?

0 commit comments

Comments
 (0)