Skip to content

Commit 4499a39

Browse files
honedefunkt
authored andcommitted
fix build for 1.9.2
1 parent aca9e2f commit 4499a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/worker_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
end
4141

4242
class ::SimpleJobWithFailureHandling
43-
def self.on_failure_record_failure(exception)
43+
def self.on_failure_record_failure(exception, *job_args)
4444
@@exception = exception
4545
end
4646

0 commit comments

Comments
 (0)