1
0
Fork 0
mirror of https://github.com/endofunky/sidetiq.git synced 2022-11-09 13:53:30 -05:00

Add missing parentheses.

This commit is contained in:
Tobias Svensson 2013-03-11 10:47:29 +00:00
parent fb1f921814
commit a5525dd860

View file

@ -65,7 +65,7 @@ class TestClock < Sidetiq::TestCase
end
class LastTickWorker
def perform last_tick
def perform(last_tick)
end
end