Skip to content

Commit 92e8862

Browse files
author
Eugene Leonovich
committed
Tweak instance.lua
1 parent 1d71fb0 commit 92e8862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Integration/instance.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ queue = require('queue')
1717
queue.start()
1818

1919
function create_tube(tube_name, tube_type, opts)
20-
if nil ~= queue.tube[tube_name] then
20+
if queue.tube[tube_name] then
2121
queue.tube[tube_name]:drop()
2222
end
2323

0 commit comments

Comments
 (0)